summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua
blob: 1dfee8870782a4588168ca4187e9a79f436209d7 (plain)
1
2
3
4
5
6
7
8
return{
	name = "doh.pub",
	label = _("DNSPod Public DNS - CN"),
	resolver_url = "https://doh.pub/dns-query",
	bootstrap_dns = "119.29.29.29,119.28.28.28",
	help_link = "https://www.dnspod.com/Products/Public.DNS",
	help_link_text = "DNSPod.com"
}