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

Review & implement RFC 3597 #79

Open
barrucadu opened this issue Mar 21, 2022 · 1 comment
Open

Review & implement RFC 3597 #79

barrucadu opened this issue Mar 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@barrucadu
Copy link
Owner

RFC 3597 clarifies how to handle unknown record type. Currently I just discard those.

@barrucadu barrucadu added the enhancement New feature or request label Mar 21, 2022
@barrucadu
Copy link
Owner Author

barrucadu commented Aug 1, 2022

I think there are three things needed here:

  • Preserve character case of domain names (but keep the case insensitive comparison)
  • Add a new record type for unallocated numbers <128 or >32767, which copies RDATA unchanged
  • Add support for the \# <len> [<rdata>] RDATA zone file syntax (the TYPE<n> and CLASS<n> syntax is already supported)

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

1 participant