-
Notifications
You must be signed in to change notification settings - Fork 74
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
Support for DNSSEC #125
Comments
Last I checked c-ares does not support parsing DNSKEY RRs. |
Thanks for compiling those links! This project being a c-ares wrapper, will gain better DNSSEC support once it's also better supported by c-ares itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that c-ares supports DNSSEC for example it seems they support DNSKEY queries:
https://github.com/c-ares/c-ares/blob/7ebedab25dab50b2f008fbef8601c223096bb780/test/dns-proto.cc#L132
However, when I try with pycares I get this error:
It works with
dns.resolver.query('dnssec-tools.org', 'DNSKEY')
The text was updated successfully, but these errors were encountered: