diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-12-19 20:50:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 20:50:05 +0200 |
commit | a3b29fac6f06c5bb9df38cb8371c3b771f9fb78a (patch) | |
tree | a6ee3feda0229ce1185c1ffda737807ebeb39e01 /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua | |
parent | 3a657b8ab585f6e0fef5c9128dc84c5a008a6969 (diff) | |
parent | 43ddf0cd12ffdcbe6c5d760293cddcbe35968801 (diff) |
Merge pull request #3421 from stangri/master-luci-app-https-dns-proxy
luci-app-https-dns-proxy: package name change, support for RFC8484 binary
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua new file mode 100644 index 0000000000..114d23ed5b --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua @@ -0,0 +1,6 @@ +return { + name = "DNS.SB", + label = _("DNS.SB"), + resolver_url = "https://doh.dns.sb/dns-query", + bootstrap_dns = "185.222.222.222,185.184.222.222" +} |