Merge pull request #5020 from ja-pa/https-dns-proxy-cznic

luci-app-https-dns-proxy: add IPv6 addresses for cz.nic odvr
This commit is contained in:
Stan Grishin 2021-04-29 10:16:16 -07:00 committed by GitHub
commit d555639cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@ return {
name = "odvr-nic-cz",
label = _("ODVR (nic.cz)"),
resolver_url = "https://odvr.nic.cz/doh",
bootstrap_dns = "193.17.47.1,185.43.135.1"
bootstrap_dns = "193.17.47.1,185.43.135.1,2001:148f:ffff::1,2001:148f:fffe::1"
}