mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add support for domain name match in Unexpected Server checks (required by #4869)
This commit is contained in:
parent
558172c98f
commit
aad505f87a
7 changed files with 103 additions and 54 deletions
|
|
@ -30,9 +30,9 @@ local script = {
|
|||
i18n_description = "flow_checks.unexpected_smtp_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