mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Disabling 'Snort IP Block List' download by default
This commit is contained in:
parent
1b51d3478a
commit
f98c2abba7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ local BUILTIN_LISTS = {
|
|||
url = "https://snort.org/downloads/ip-block-list",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "ip",
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["Feodo Tracker Botnet C2 IP Blocklist"] = {
|
||||
url = "https://feodotracker.abuse.ch/downloads/ipblocklist.txt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue