Skip to content
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

Does it support DNSSEC? #61

Open
deepak-nawathe opened this issue Jun 6, 2024 · 2 comments
Open

Does it support DNSSEC? #61

deepak-nawathe opened this issue Jun 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@deepak-nawathe
Copy link

Didn't find any option to query DNS Server with DNSSEC on. Can provide an example if it is supported?

@deepak-nawathe
Copy link
Author

Any comments on this?

@Turnerj
Copy link
Member

Turnerj commented Aug 9, 2024

Hey @deepak-nawathe - yes and no. The library itself supports any resource record that still matches the original RFCs etc, which means it can pull back the appropriate data, albeit some cases will be more cumbersome to query as the DnsType enum won't contain RRSIG, DNSKEY etc.

What the library won't do is provide basically everything described here in terms of using the information from a server with DNSSEC to actually provide the benefits of it during resolving.

I'd love to have a DNSSEC-compatible resolver that does do all of that but I haven't had the time to do so.

@Turnerj Turnerj added the enhancement New feature or request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants