Changed defaults

This commit is contained in:
Luca Deri 2019-10-18 17:22:12 +02:00
parent 343295a936
commit 657e673af3

View file

@ -35,13 +35,13 @@ local BUILTIN_LISTS = {
url = "http://blacklists.ntop.org/blacklist-ip.list",
category = CUSTOM_CATEGORY_MALWARE,
format = "ip",
enabled = true,
enabled = false,
update_interval = DEFAULT_UPDATE_INTERVAL,
}, ["ntop Host Malware Meltdown"] = {
url = "http://blacklists.ntop.org/blacklist-hostnames.list",
category = CUSTOM_CATEGORY_MALWARE,
format = "host",
enabled = true,
enabled = false,
update_interval = DEFAULT_UPDATE_INTERVAL,
}, ["Emerging Threats"] = {
url = "https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt",