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:
Hannu Nyman 2016-05-26 19:01:12 +03:00
parent 0eef20a066
commit 798e7361ed

View file

@ -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"