summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua
blob: 05f41152366252371ebc3fe6cf36f1042ec1037e (plain)
1
2
3
4
5
6
7
8
return {
	name = "CleanBrowsing-Family",
	label = _("CleanBrowsing (Family Filter)"),
	resolver_url = "https://doh.cleanbrowsing.org/doh/family-filter/",
	bootstrap_dns = "185.228.168.168,1.1.1.1",
	help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
	help_link_text = "CleanBrowsing.org"
}