summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-04-06 14:20:08 +0200
committerGitHub <noreply@github.com>2020-04-06 14:20:08 +0200
commit65fb44da9fb8435c7958455bb4b00354bff6cb00 (patch)
tree4c7976cbd041ef414d836f89e67b45a05ea1584d /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua
parentbdc86c8464139494b67faaa68ac3dae64359c8e8 (diff)
parentab11c74172b19d3f5bf94cfd5b85401936a6b180 (diff)
Merge pull request #3844 from DinStamou/feature_libredns
luci-app-https-dns-proxy: Add LibreDNS as a DoH provider
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.lua6
1 files changed, 6 insertions, 0 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
new file mode 100644
index 0000000000..e6fba2e78a
--- /dev/null
+++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua
@@ -0,0 +1,6 @@
+return {
+ name = "LibreDNS",
+ label = _("LibreDNS (No Ads)"),
+ resolver_url = "https://doh.libredns.gr/ads",
+ bootstrap_dns = "116.202.176.26"
+}