-
Notifications
You must be signed in to change notification settings - Fork 18k
affected/package: net #57506
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
Comments
Can you show the file contents of |
GODEBUG=netdns=go+2
GODEBUG=netdns=cgo+2
So, |
Ok, so it seems that we are doing something differently that the glibc does. |
how is the lan server address propagated? mdns? or some other way? |
I have a search directive: which looks odd. When I correct that to the correct domain, my software works, even with Go/s resolver (via |
What did you change the search domain to? |
The correct one for my enterprise - sorry for being coy but it's private information. |
So it looks like the |
i don't think this is enough information for us to do anything about it. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Attempt to resolve a UDP hostname and port combination on a Centos7.9 VM. Works with go 1.17.6, but doesn't work with go 1.19.3.
https://go.dev/play/p/ZWWcqrwO0gv
What did you expect to see?
address my-lan-server:514 resolved successfully: <MY_LAN_SERVER_IP_ADDRESS>
What did you see instead?
failed to resolve my-lan-server:514: lookup my-lan-server on <MY_DNS_SERVER>:53: server misbehaving
The text was updated successfully, but these errors were encountered: