mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Enabled blacklist host detection (via EmerginThreats)
This commit is contained in:
parent
d1d94d8a5e
commit
6db2d2026e
2 changed files with 3 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ end
|
|||
function loadHostBlackList()
|
||||
local bl = ntop.getCache("ntopng.prefs.host_blacklist")
|
||||
|
||||
if(bl == "enabled") then
|
||||
if((bl == "1") or (bl == "enabled")) then
|
||||
ntop.allocHostBlacklist()
|
||||
|
||||
for _,url in pairs(blacklistURLs) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue