mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Changes to handle the DNS exclusion list
This commit is contained in:
parent
eb5f79f935
commit
50ca1b455a
4 changed files with 21 additions and 8 deletions
|
|
@ -1043,6 +1043,9 @@ local function validateListItems(script, conf)
|
|||
elseif(item_type == "proto_or_category") then
|
||||
item_validator = validateProtocolOrCategory
|
||||
err_label = "Bad protocol/category"
|
||||
elseif(item_type == "string") then
|
||||
item_validator = validateSingleWord
|
||||
err_label = "Bad string"
|
||||
end
|
||||
|
||||
if(type(conf.items) == "table") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue