Removes unused DNS-based categorization

This commit is contained in:
Simone Mainardi 2017-10-31 13:53:17 +01:00
parent 68a76043b6
commit 4bbe36c957
33 changed files with 32 additions and 1641 deletions

View file

@ -165,9 +165,6 @@ if(hosts_stats ~= nil) then
vals[(now-hosts_stats[key]["family"])+postfix] = key
elseif(sortColumn == "column_last") then
vals[(now-hosts_stats[key]["seen.last"]+1)+postfix] = key
elseif(sortColumn == "column_category") then
if(hosts_stats[key]["category"] == nil) then hosts_stats[key]["category"] = "" end
vals[hosts_stats[key]["category"]..postfix] = key
elseif(sortColumn == "column_httpbl") then
if(hosts_stats[key]["httpbl"] == nil) then hosts_stats[key]["httpbl"] = "" end
vals[hosts_stats[key]["httpbl"]..postfix] = key