Fix FQDN validation in unexpected dns check (fix #4869)

This commit is contained in:
Alfredo Cardigliano 2022-06-17 13:13:54 +02:00
parent 7a2e644fb6
commit 69f639c16b

View file

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