Welcome to mirror list, hosted at ThFree Co, Russian Federation.

org.cleanbrowsing.doh-security.lua « providers « https-dns-proxy « luasrc « luci-app-https-dns-proxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9649fc252c606af9d05c3703a898bcf95ca3bd10 (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,1.1.1.1",
	help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
	help_link_text = "CleanBrowsing.org"
}