mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
9 lines
269 B
Lua
9 lines
269 B
Lua
|
return {
|
||
|
name = "Quad9-ECS",
|
||
|
label = _("Quad 9 (Secured with ECS Support)"),
|
||
|
resolver_url = "https://dns11.quad9.net/dns-query",
|
||
|
bootstrap_dns = "9.9.9.11,149.112.112.11",
|
||
|
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
||
|
help_link_text = "Quad9.net"
|
||
|
}
|