summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.blahdns.doh-de.lua
blob: d252c521ac6a6a6b77914eb5141c9bf2b51adebd (plain)
1
2
3
4
5
6
7
8
return {
	name = "doh-de.blahdns.com",
	label = _("BlahDNS - DE"),
	resolver_url = "https://doh-de.blahdns.com/dns-query",
	bootstrap_dns = "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001,8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844",
	help_link = "https://blahdns.com/",
	help_link_text = "BlahDNS.com"
}