Translated using Weblate (Portuguese)
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / com.opendns.familyshield.doh.lua
1 return {
2 name = "doh.familyshield.opendns.com",
3 label = _("OpenDNS (Family Shield)"),
4 resolver_url = "https://doh.familyshield.opendns.com/dns-query",
5 bootstrap_dns = "208.67.222.123,208.67.220.123",
6 help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS",
7 help_link_text = "OpenDNS.com"
8 }