* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca> (cherry picked from commit fae45215aa3a42b944270e0e75bfa1ba23e5702f)
9 lines
281 B
Lua
9 lines
281 B
Lua
return {
|
|
name = "dns.quad9.net",
|
|
label = _("Quad 9 (Recommended)"),
|
|
resolver_url = "https://dns.quad9.net/dns-query",
|
|
bootstrap_dns = "9.9.9.9,149.112.112.112,2620:fe::fe,2620:fe::9",
|
|
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
help_link_text = "Quad9.net"
|
|
}
|