We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running dig @127.0.0.1 -p 8853 rrsig debian.org pointed to dingo gives this log:
dig @127.0.0.1 -p 8853 rrsig debian.org
$ dingo-linux-amd64 -port 8853 2017/09/24 03:38:07 starting 10 Google Public DNS client(s) querying server 216.58.195.78 2017/09/24 03:38:07 dingo ver. 0.13 listening on 127.0.0.1 UDP port 8853 2017/09/24 03:38:11 resolving debian.org./RRSIG 2017/09/24 03:38:11 Pack() failed: dns: nil rr
And does not return any data, check what should be returned by running dig @8.8.8.8 rrsig debian.org
dig @8.8.8.8 rrsig debian.org
secureoperator has the same bug here
https://github.com/chenhw2/google-https-dns seems to work for RRSIG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
dig @127.0.0.1 -p 8853 rrsig debian.org
pointed to dingo gives this log:And does not return any data, check what should be returned by running
dig @8.8.8.8 rrsig debian.org
secureoperator has the same bug here
https://github.com/chenhw2/google-https-dns seems to work for RRSIG
The text was updated successfully, but these errors were encountered: