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:
commit
d555639cbb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue