saghul / aiodns

Simple DNS resolver for asyncio

Home Page:https://pypi.python.org/pypi/aiodns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for DNSSEC

NotoriousRebel opened this issue · comments

commented

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.