aiodns icon indicating copy to clipboard operation
aiodns copied to clipboard

Support for DNSSEC

Open NotoriousRebel opened this issue 4 years ago • 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')

NotoriousRebel avatar Mar 12 '20 00:03 NotoriousRebel

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

saghul avatar Mar 12 '20 10:03 saghul

Hi, is there any plan to support DNSSEC?

mmalka87 avatar Apr 17 '24 09:04 mmalka87

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

It would need to land in pycares first.

saghul avatar Apr 17 '24 09:04 saghul