mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
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"
|
||
|
}
|