luci/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ch.switch.dns.lua
Stan Grishin fae45215aa luci-app-https-dns-proxy: massive providers update
* introduce 31 new providers
* uniform names (FQDNs) in provider files
* other minor fixes

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-01-03 00:27:03 +00:00

8 lines
263 B
Lua

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"
}