-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using IPv6 nameserver does not work: "dial udp6: lookup <ip6-addr>: no such host" #155
Comments
At first glance it seems that the address parser seems to have a problem with the compressed IPv6 form, but expanding the address does not help:
The last element is consistently cut off. |
You need to use square brackets. |
That works - Thank You! 🚀 |
idk, but it's standard way to specify ipv6 when you need to add e.g. port (because you can't tell if 8080 is port or part of the address in |
IPv6 support seems to be broken in 1.0.5:
This happens with both a self-compiled and the prebuilt binary on Linux 6.11.4 (amd64).
My IPv6 support works otherwise.
The text was updated successfully, but these errors were encountered: