mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add ntopng Host Address prefs under User Interface settings
This commit is contained in:
parent
6187ee30b8
commit
615cb2544a
5 changed files with 48 additions and 11 deletions
|
|
@ -2243,6 +2243,7 @@ local known_parameters = {
|
|||
["host_activity_rrd_1d_days"] = validateNumber,
|
||||
["host_activity_rrd_raw_hours"] = validateNumber,
|
||||
["max_ui_strlen"] = validateNumber,
|
||||
["ntopng_host_address"] = validateSingleWord,
|
||||
["http_acl_management_port"] = validateACLNetworksList,
|
||||
["safe_search_dns"] = validateIPV4,
|
||||
["global_dns"] = validateEmptyOr(validateIPV4),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue