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/gr.libredns.doh-ads.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/gr.libredns.doh-ads.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua index e6fba2e78a..22e6fffe41 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua @@ -1,6 +1,8 @@ return { - name = "LibreDNS", + name = "LibreDNS (No Ads)", label = _("LibreDNS (No Ads)"), resolver_url = "https://doh.libredns.gr/ads", - bootstrap_dns = "116.202.176.26" + bootstrap_dns = "116.202.176.26", + help_link = "https://libredns.gr/", + help_link_text = "LibreDNS.gr" } |