summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua
blob: e8673d5d58f717cc87389abae3e8995981f36745 (plain)
1
2
3
4
5
6
return {
	name = "Cloudflare",
	label = _("Cloudflare"),
	resolver_url = "https://cloudflare-dns.com/dns-query",
	bootstrap_dns = "1.1.1.1,1.0.0.1"
}