luci-app-https-dns-proxy: add AliDNS DoH servers

Signed-off-by: Yuan Tao <ty@wevs.org>
This commit is contained in:
wevsty 2020-08-03 23:03:03 +08:00 committed by Yuan Tao
parent b2e00f23a7
commit 13b0cf277a

View file

@ -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"
}