summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-08-29 18:42:10 +0000
committerStan Grishin <stangri@melmac.ca>2023-09-03 20:55:48 +0000
commit6df7b92a50485d7a7c61c38c5abeaf96ad69a28c (patch)
tree3a53c52209eb562ed154a3d2a35b37ba25354121 /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua
parent48f0fc85f3e784a7411ffecfa0002f3acb692ac7 (diff)
luci-app-https-dns-proxy: rewrite in javascript
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua')
-rw-r--r--applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua
deleted file mode 100644
index 339a0c2361..0000000000
--- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-return {
- 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,1.1.1.1",
- help_link = "https://cleanbrowsing.org/guides/dnsoverhttps",
- help_link_text = "CleanBrowsing.org"
-}