mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add configuration for MDNS forwarder
This commit is contained in:
parent
f69a959f06
commit
7a4ea040c4
4 changed files with 35 additions and 1 deletions
|
|
@ -1995,6 +1995,7 @@ local known_parameters = {
|
|||
["toggle_email_notification"] = validateBool,
|
||||
["toggle_top_sites"] = validateBool,
|
||||
["toggle_captive_portal"] = validateBool,
|
||||
["toggle_mdns_repeater"] = validateBool,
|
||||
["toggle_informative_captive_portal"] = validateBool,
|
||||
["toggle_autologout"] = validateBool,
|
||||
["toggle_interface_name_only"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue