summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ch.switch.dns.lua
blob: 9f0c594e0ad775539238b2a7b6aacf6626efeb60 (plain)
1
2
3
4
5
6
7
8
return {
	name = "dns.switch.ch",
	label = _("Switch DNS - CH"),
	resolver_url = "https://dns.switch.ch/dns-query",
	bootstrap_dns = "130.59.31.248,2001:620:0:ff::2",
	help_link = "https://www.switch.ch/security/info/public-dns/",
	help_link_text = "Switch.ch"
}