summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua
blob: eb78366ac2a1eff0e8ba733ddae46f7ccb8f84a4 (plain)
1
2
3
4
5
6
7
8
9
return {
	name = "cloudflare-dns.com",
	label = _("Cloudflare"),
	resolver_url = "https://cloudflare-dns.com/dns-query",
	bootstrap_dns = "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001",
	help_link = "https://one.one.one.one/family/",
	help_link_text = "Cloudflare.com",
	default = true
}