diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-06 14:00:09 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-06 14:00:09 +0000 |
commit | c656aefad36c143efe495b1056fd20aa6f9df196 (patch) | |
tree | 307f5b514196da713854f4aacb15a48b4c6307e8 /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua | |
parent | 77158e2a968734b285a2969d70f6836e04b6bb18 (diff) |
luci-app-https-dns-proxy: Move help links to providers files, Add LibreDNS.
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua index 950f203f6e..504070501f 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua @@ -2,5 +2,7 @@ return { name = "AdGuard-Standard", label = _("AdGuard (Standard)"), resolver_url = "https://dns.adguard.com/dns-query", - bootstrap_dns = "176.103.130.130,176.103.130.131" + bootstrap_dns = "176.103.130.130,176.103.130.131", + help_link = "https://adguard.com/en/adguard-dns/overview.html", + help_link_text = "AdGuard.com" } |