mirror of
https://github.com/openwrt/luci.git
synced 2026-06-01 19:12:00 +08:00
c656aefad3
Signed-off-by: Stan Grishin <stangri@melmac.net>
9 lines
262 B
Lua
9 lines
262 B
Lua
return {
|
|
name = "Quad9-Recommended",
|
|
label = _("Quad 9 (Recommended)"),
|
|
resolver_url = "https://dns.quad9.net/dns-query",
|
|
bootstrap_dns = "9.9.9.9,149.112.112.112",
|
|
help_link = "https://www.quad9.net/doh-quad9-dns-servers/",
|
|
help_link_text = "Quad9.net"
|
|
}
|