mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix FQDN validation in unexpected dns check (fix #4869)
This commit is contained in:
parent
7a2e644fb6
commit
69f639c16b
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ local script = {
|
|||
i18n_description = "flow_checks.unexpected_dns_description",
|
||||
|
||||
input_builder = "items_list",
|
||||
item_list_type = "ip_address",
|
||||
item_list_type = "server",
|
||||
input_title = "flow_checks.allowed_servers_title",
|
||||
input_description = "flow_checks.allowed_servers_description",
|
||||
input_description = "flow_checks.allowed_server_names_description",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue