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