luci-app-banip: sync with 0.1.5
* add new extra options to control auto-addons to blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist') Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
07dbee37f8
commit
ee28798aff
1 changed files with 10 additions and 0 deletions
|
@ -131,6 +131,16 @@ e6.default = 4
|
||||||
e6.datatype = "range(1,32)"
|
e6.datatype = "range(1,32)"
|
||||||
e6.rmempty = false
|
e6.rmempty = false
|
||||||
|
|
||||||
|
e7 = e:option(Flag, "ban_autoblacklist", translate("Local Save Blacklist Addons"),
|
||||||
|
translate("Blacklist auto addons are stored temporary in the IPSet and saved permanently in the local blacklist. Disable this option to prevent the local save."))
|
||||||
|
e7.default = e7.enabled
|
||||||
|
e7.rmempty = true
|
||||||
|
|
||||||
|
e8 = e:option(Flag, "ban_autowhitelist", translate("Local Save Whitelist Addons"),
|
||||||
|
translate("Whitelist auto addons are stored temporary in the IPSet and saved permanently in the local whitelist. Disable this option to prevent the local save."))
|
||||||
|
e8.default = e8.enabled
|
||||||
|
e8.rmempty = true
|
||||||
|
|
||||||
-- Optional Extra Options
|
-- Optional Extra Options
|
||||||
|
|
||||||
e20 = e:option(Value, "ban_triggerdelay", translate("Trigger Delay"),
|
e20 = e:option(Value, "ban_triggerdelay", translate("Trigger Delay"),
|
||||||
|
|
Loading…
Reference in a new issue