mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Add IP based captive portal preference
This commit is contained in:
parent
a1fa4e4e9f
commit
bfc36de225
5 changed files with 8 additions and 2 deletions
|
|
@ -1154,6 +1154,7 @@ local known_parameters = {
|
|||
["send_test_email"] = validateEmpty,
|
||||
["send_test_slack"] = validateEmpty,
|
||||
["network_discovery_interval"] = validateNumber,
|
||||
["captive_portal_id_method"] = validateChoiceInline({"mac", "ip"}),
|
||||
--
|
||||
|
||||
-- TRAFFIC RECORDING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue