luci-app-https-dns-proxy: massive providers update
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / org.cleanbrowsing.doh-security.lua
index 0bf11f59d8700ba99ee9f3eef7455f8fdac11acb..339a0c2361a022209d52c3bf1a2c691911647a81 100644 (file)
@@ -1,6 +1,8 @@
 return {
-       name = "CleanBrowsing-Security",
+       name = "doh.cleanbrowsing.org-doh-security-filter",
        label = _("CleanBrowsing (Security Filter)"),
        resolver_url = "https://doh.cleanbrowsing.org/doh/security-filter/",
-       bootstrap_dns = "185.228.168.168"
+       bootstrap_dns = "185.228.168.168,1.1.1.1",
+       help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
+       help_link_text = "CleanBrowsing.org"
 }