Merge pull request #4330 from wevsty/patch-1

luci-app-https-dns-proxy: add AliDNS DoH servers
This commit is contained in:
Stan 2020-08-04 15:00:55 -07:00 committed by GitHub
commit ba908faf04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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