luci-app-https-dns-proxy: package name change, support for RFC8484 binary
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / https-dns-proxy / providers / org.cleanbrowsing.doh-security.lua
1 return {
2 name = "CleanBrowsing-Security",
3 label = _("CleanBrowsing (Security Filter)"),
4 resolver_url = "https://doh.cleanbrowsing.org/doh/security-filter/",
5 bootstrap_dns = "185.228.168.168"
6 }