diff options
author | Stan Grishin <stangri@melmac.net> | 2021-01-13 12:01:33 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2021-01-13 12:01:33 +0000 |
commit | c0b1e5132897e1c52a62597124e0eae69b7df82e (patch) | |
tree | 825933659797ecbd015b3fd0510dea336d998f1b /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua | |
parent | 60c27aa0f7e1ee0536aa156a56b211e6817d2c77 (diff) |
luci-app-https-dns-proxy: DSCP tagging support
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua new file mode 100644 index 0000000000..f31dd38a23 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ca.dnscrypt.dns2.lua @@ -0,0 +1,8 @@ +return{ + name="DnsCryptCa-DNS2", + label=_("DNSCrypt.ca (DNS2)"), + resolver_url="https://dns2.dnscrypt.ca:453/dns-query", + bootstrap_dns="45.76.37.222,185.112.145.13,93.95.226.53,2001:19f0:5001:185a:5400:ff:fe50:56d5", + help_link="https://dnscrypt.ca/", + help_link_text="dnscrypt.ca" +} |