-
Notifications
You must be signed in to change notification settings - Fork 66
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
Pack() failed: dns: nil rr #20
Comments
Hi, thanks for reporting, but this works for me (both for A and PTR queries):
I get the same result when using the Google Public DNS over UDP (8.8.8.8). That said, the error you're referencing is a kind of error after which no reply would be sent anyway. Please submit the output of dingo with the -dbg=8 option turned on while querying for the host that doesn't work for you. |
Still having this problem with 0.13 (compiled for arm / raspberry pi) but it works on macOS. Output of -dbg=8
|
Found possibly the same bug on linux-amd64 - needs research:
|
Some DNS requests appear to be "stuck" due to an error from dingo.
To reproduce:
dig 122.141.76.110.in-addr.arpa
Error from dingo:
Pack() failed: dns: nil rr
Other public resolvers just return no answer for that query. Dingo should do the same, because the current behavior prevents certain applications to work (eg. KakaoTalk on Mac).
The text was updated successfully, but these errors were encountered: