Merge pull request #3027 from stangri/18.06-luci-app-simple-adblock

[18.06] luci-app-simple-adblock: dns resolver value bugfix (#3000)
This commit is contained in:
Dirk Brenken 2019-08-29 15:26:13 +02:00 committed by GitHub
commit 38f5f4b970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI
LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service.
LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock
LUCI_PKGARCH:=all
PKG_RELEASE:=34
PKG_RELEASE:=35
include ../../luci.mk

View file

@ -181,7 +181,7 @@ dns = s:taboption("advanced", ListValue, "dns", translate("DNS Service"), transl
.. [[<a href="]] .. readmeURL .. [[#dns-resolution-option" target="_blank">]]
.. translate("README") .. [[</a>]] .. " " .. translate("for details."))
dns:value("dnsmasq.addnhosts", translate("DNSMASQ Additional Hosts"))
dns:value("dnsmasq.config", translate("DNSMASQ Config"))
dns:value("dnsmasq.conf", translate("DNSMASQ Config"))
dns:value("dnsmasq.servers", translate("DNSMASQ Servers File"))
dns:value("unbound.adb_list", translate("Unbound AdBlock List"))
dns.default = "dnsmasq.servers"