luci-mod-network: replace controller address check action with cgi-io script
[project/luci.git] / applications / luci-app-https_dns_proxy / luasrc / https_dns_proxy / providers.disabled / net.quad9.dns9.lua
1 -- .. "</br>"
2 -- .. translate("For more information on different options check ")
3 -- .. [[ <a href="https://adguard.com/en/adguard-dns/overview.html#instruction">]]
4 -- .. "AdGuard.com" .. [[</a>]] .. ", "
5 -- .. [[ <a href="https://cleanbrowsing.org/guides/dnsoverhttps">]]
6 -- .. "CleanBrowsing.org" .. [[</a>]] .. " " .. translate("and") .. " "
7 -- .. [[ <a href="https://www.quad9.net/doh-quad9-dns-servers/">]]
8 -- .. "Quad9.net" .. [[</a>]] .. "."
9 return {
10 name = "Quad9-Secured",
11 label = _("Quad 9 (Secured)"),
12 url_prefix = "https://dns9.quad9.net:5053/dns-query?",
13 bootstrap_dns = "9.9.9.9,149.112.112.9"
14 }