From 9c2bc71d2e8389e4d05f20bdcbb4dc3d8b7eb779 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 29 Jul 2020 09:41:12 +0000 Subject: luci-app-https-dns-proxy: add OpenDNS servers Signed-off-by: Stan Grishin --- .../luasrc/https-dns-proxy/providers/com.opendns.doh.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua') diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua new file mode 100644 index 0000000000..b3eff188a1 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua @@ -0,0 +1,8 @@ +return { + name = "OpenDNS", + label = _("OpenDNS"), + resolver_url = "https://doh.opendns.com/dns-query", + bootstrap_dns = "208.67.222.222,208.67.220.220", + help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", + help_link_text = "OpenDNS" +} -- cgit v1.2.3