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 missing Extended DNS Error Codes (EDE) #1585

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

Chreo
Copy link
Contributor

@Chreo Chreo commented Jul 23, 2024

Extended DNS Error (EDE) codes were missing for code points 25-30. These are documented in:
https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#extended-dns-error-codes

I was going to add support for EDE code 30 and noticed that also EDE codes 25-29 was missing so I added those as well

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.

@Chreo Chreo requested review from miekg and tmthrgd as code owners July 23, 2024 10:19
@miekg miekg merged commit 8d05ff7 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