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

Add support for NXNAME type #1584

Merged
merged 1 commit into from
Aug 3, 2024
Merged

Add support for NXNAME type #1584

merged 1 commit into from
Aug 3, 2024

Conversation

Chreo
Copy link
Contributor

@Chreo Chreo commented Jul 22, 2024

IANA har allocated the NXNAME meta type to indicate an NSEC/NSEC3 record signals that the name does not exist (corresponds to NXDOMAIN). NXNAME is a meta type only for use with NSEC/NSEC3 bitmaps and use is defined in https://datatracker.ietf.org/doc/draft-ietf-dnsop-compact-denial-of-existence/

Thanks for you pull request, do note the following:

  • If your PR introduces backward incompatible changes it will very likely not be merged.

  • We support the last two major Go versions, if your PR uses features from a too new Go version, it
    will not be merged.

IANA har allocated the NXNAME meta type to indicate an NSEC/NSEC3 record
signals that the name does not exist (corresponds to NXDOMAIN).
NXNAME is a meta type only for use with NSEC/NSEC3 bitmaps and use is
defined in https://datatracker.ietf.org/doc/draft-ietf-dnsop-compact-denial-of-existence/
@miekg miekg merged commit ee99288 into miekg:master Aug 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants