luci-app-https-dns-proxy: add AliDNS DoH servers
Signed-off-by: Yuan Tao <ty@wevs.org>
This commit is contained in:
parent
b2e00f23a7
commit
13b0cf277a
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in a new issue