aio-libs/aiodns

Support for DNSSEC

Opened this issue · 3 comments

Querying for the type DNSKEY failed when it should succeed on the website 'dnssec-tools.org' the query worked with dns.resolver.query('dnssec-tools.org', 'DNSKEY')

DNSSEC is not currently supported. I'd need to check if c-are supports it, as it's the underlying library used here.

Hi, is there any plan to support DNSSEC?

I think c-ares had added some support for it, so it should be within reach.

It would need to land in pycares first.