mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
9 lines
296 B
Lua
9 lines
296 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,2620:fe::11,2620:fe::fe:11",
|
|
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
help_link_text = "Quad9.net"
|
|
}
|