net: TestLookupIANACNAME fails on FreeBSD 10 when CGO_ENABLED=1 #10847
Labels
Milestone
Comments
Never mind, it's caused by my complicated DNS infrastructure, phew. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just a reminder.
Seems like the side effect of the change from BIND to Unbound on FreeBSD 10, the getaddrinfo in libc sometimes returns "www.iana.org" instead of "xxx.icann.org". No workaround exists, except using CGO_ENABLED=0 or netgo tag.
The text was updated successfully, but these errors were encountered: