Add support for domain name match in Unexpected Server checks (required by #4869)

This commit is contained in:
Alfredo Cardigliano 2021-08-11 09:53:06 +02:00
parent 558172c98f
commit aad505f87a
7 changed files with 103 additions and 54 deletions

View file

@ -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",
}
}