diff options
author | Stan <stangri@melmac.net> | 2020-08-04 15:00:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 15:00:55 -0700 |
commit | ba908faf0473e8fa9d5bc0fcb8260b96a03c96e6 (patch) | |
tree | 01355143f56b8b4f4bbcee81077556830843cf76 /applications | |
parent | c113ab53a4066da410bf94c4b29b73eb0b266c28 (diff) | |
parent | 13b0cf277a6c2437a58074c069b3aa99968fac26 (diff) |
Merge pull request #4330 from wevsty/patch-1
luci-app-https-dns-proxy: add AliDNS DoH servers
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua new file mode 100644 index 000000000..6e53e4868 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua @@ -0,0 +1,6 @@ +return{ +name="Alidns", +label=_("Alidns"), +resolver_url="https://dns.alidns.com/dns-query", +bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1" +} |