67b7c12811b3709e1c09492692dc5c315edd4db4
[project/luci.git] / applications / luci-app-https_dns_proxy / luasrc / https_dns_proxy / providers.disabled / com.adguard.dns.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 = "AdGuard-Standard",
11 label = _("AdGuard (Standard)"),
12 url_prefix = "https://dns.adguard.com/dns-query?ct&",
13 bootstrap_dns = "176.103.130.130,176.103.130.131"
14 }