aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
532 stars 69 forks source link

Support for DNSSEC #79

Open NotoriousRebel opened 4 years ago

NotoriousRebel commented 4 years ago

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')

saghul commented 4 years ago

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

mmalka87 commented 5 months ago

Hi, is there any plan to support DNSSEC?

saghul commented 5 months ago

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

It would need to land in pycares first.