luci-app-https-dns-proxy: massive providers update
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / ch.digitale-gesellschaft.dns.lua
index 9ee48bde1df8bf8f0b9da66f569d428cb81080c6..3253cf49eacd321798af5b0e5d758eec32fc3760 100644 (file)
@@ -1,7 +1,9 @@
 return {
-       name = "Digitale-Gesellschaft",
-       label = _("Digitale Gesellschaft"),
+       name = "dns.digitale-gesellschaft.ch",
+       label = _("Digitale Gesellschaft - CH"),
        resolver_url = "https://dns.digitale-gesellschaft.ch/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",
-       http2_only = true
+       http2_only = true,
+       help_link = "https://www.digitale-gesellschaft.ch/dns/",
+       help_link_text = "Digitale Gesellschaft"
 }