* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 lines
309 B
Lua
8 lines
309 B
Lua
return {
|
|
name = "doh.opendns.com",
|
|
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.com"
|
|
}
|