v0.64.0 can no longer use IPv6 upstream
timkgh opened this issue · 2 comments
timkgh commented
With config:
upstream:
- "https://[2620:fe::fe:11]/dns-query"
- "https://[2620:fe::11]/dns-query"
v0.64.0 no longer starts:
Jan 29 08:36:39 dnsproxy[19719]: 2024/01/29 08:36:39 [fatal] error while parsing upstreams configuration: parsing error at index 0: cannot prepare the upstream: invalid address [2620:fe::fe:11]: bad hostname "[2620:fe::fe:11]": bad top-level domain name label "[2620:fe::fe:11]": bad top-level domain name label rune '['
Jan 29 08:36:39 dnsproxy[19719]: parsing error at index 1: cannot prepare the upstream: invalid address [2620:fe::11]: bad hostname "[2620:fe::11]": bad top-level domain name label "[2620:fe::11]": bad top-level domain name label rune '['
It works in v0.63.1