Merge pull request #4330 from wevsty/patch-1
luci-app-https-dns-proxy: add AliDNS DoH servers
This commit is contained in:
commit
ba908faf04
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