luci-app-adblock: support adb_fetchttl option
Support adb_fetchttl options from adblock 1.1.15
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit c46963613f
)
This commit is contained in:
parent
0eef20a066
commit
798e7361ed
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ a3.optional = true
|
|||
a3.default = "::ffff:c000:0201"
|
||||
a3.datatype = "ip6addr"
|
||||
|
||||
a4 = e:option(Value, "adb_fetchttl", translate("Timeout for blocklist fetch (seconds)"))
|
||||
a4.optional = true
|
||||
a4.default = 5
|
||||
a4.datatype = "range(2,60)"
|
||||
|
||||
a7 = e:option(Value, "adb_lanif", translate("Name of the logical lan interface"))
|
||||
a7.optional = true
|
||||
a7.default = "lan"
|
||||
|
|
Loading…
Reference in a new issue