* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes Signed-off-by: Stan Grishin <stangri@melmac.ca>
8 lines
287 B
Lua
8 lines
287 B
Lua
return {
|
|
name = "dns10.quad9.net",
|
|
label = _("Quad 9 (Unsecured)"),
|
|
resolver_url = "https://dns10.quad9.net/dns-query",
|
|
bootstrap_dns = "9.9.9.10,149.112.112.10,2620:fe::10,2620:fe::fe:10",
|
|
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
help_link_text = "Quad9.net"
|
|
}
|