luci-app-https-dns-proxy: add OpenDNS servers

Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
Stan Grishin
2020-07-29 09:41:12 +00:00
parent 1c92d9f706
commit 9c2bc71d2e
4 changed files with 25 additions and 1 deletions
@@ -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"
}
@@ -0,0 +1,8 @@
return {
name = "OpenDNS-FamilyShield",
label = _("OpenDNS (Family Shield)"),
resolver_url = "https://doh.familyshield.opendns.com/dns-query",
bootstrap_dns = "208.67.222.123,208.67.220.123",
help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
help_link_text = "OpenDNS"
}