9 lines
339 B
Lua
9 lines
339 B
Lua
|
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"
|
||
|
}
|