mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Updated ntop category lists URLs
This commit is contained in:
parent
9190762a92
commit
a31c59efb6
1 changed files with 2 additions and 2 deletions
|
|
@ -32,13 +32,13 @@ local is_nedge = ntop.isnEdge()
|
|||
--
|
||||
local BUILTIN_LISTS = {
|
||||
["ntop IP Malware Meltdown"] = {
|
||||
url = "http://blacklists.ntop.org/blacklist-ip.list",
|
||||
url = "http://blacklists.ntop.org/blacklist-ip.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "ip",
|
||||
enabled = false,
|
||||
update_interval = DEFAULT_UPDATE_INTERVAL,
|
||||
}, ["ntop Host Malware Meltdown"] = {
|
||||
url = "http://blacklists.ntop.org/blacklist-hostnames.list",
|
||||
url = "http://blacklists.ntop.org/blacklist-hostnames.txt",
|
||||
category = CUSTOM_CATEGORY_MALWARE,
|
||||
format = "host",
|
||||
enabled = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue