mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Changed defaults
This commit is contained in:
parent
343295a936
commit
657e673af3
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue