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