diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-03 18:03:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 18:03:43 -0700 |
commit | c6aa813d9d232fbb6eea3fccc4387c4eeac4353c (patch) | |
tree | c5b9e61f064ca222828a6bceec0fd6d10358bbc9 /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua | |
parent | 736ed39dca1ee18ddd6883c7ea3559a772c201d5 (diff) | |
parent | 6df7b92a50485d7a7c61c38c5abeaf96ad69a28c (diff) |
Merge pull request #6546 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: rewrite in javascript
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua deleted file mode 100644 index 41b63ffbd7..0000000000 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.dnsforfamily.dns-doh.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - name = "dnsforfamily", - label = _("DNS For Family"), - resolver_url = "https://dns-doh.dnsforfamily.com/dns-query", - bootstrap_dns = "94.130.180.225,78.47.64.161", - help_link = "https://dnsforfamily.com/#DNS_Servers_DNS_Over_HTTPS", - help_link_text = "DNSForFamily.com" -} |