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

TXT rdata needs to cut its strings into smaller chunks #84

Closed
samuelwilliams opened this issue Nov 16, 2020 · 0 comments
Closed

TXT rdata needs to cut its strings into smaller chunks #84

samuelwilliams opened this issue Nov 16, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@samuelwilliams
Copy link
Contributor

TXT::toText() needs to cut long text strings into chunks so that ZoneBuilder need not change. E.g.

some.domain.com. IN TXT "this_is_a_very_long_string...//..longer_than_255_cha" "racters"

Each chunk must be smaller than (or equal to) 255-chars so that BIND can parse it correctly.
https://kb.isc.org/docs/aa-00356

Issue created from PR #83

@samuelwilliams samuelwilliams added this to the Version 4 milestone Nov 16, 2020
@samuelwilliams samuelwilliams self-assigned this Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant