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 / org.cleanbrowsing.doh-family.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 = "CleanBrowsing-Family",
11 label = _("CleanBrowsing (Family Filter)"),
12 url_prefix = "https://doh.cleanbrowsing.org/doh/family-filter/?ct&",
13 bootstrap_dns = "185.228.168.168"
14 }