luci-app-https-dns-proxy: add IPv6 addresses for cz.nic odvr

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
Jan Pavlinec 2021-04-29 17:07:37 +02:00
parent 52297b1359
commit 50109a8e8e
No known key found for this signature in database
GPG key ID: 60244CCEFB39E584

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