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

Support TXT record splitting #17

Closed
wants to merge 1 commit into from
Closed

Support TXT record splitting #17

wants to merge 1 commit into from

Conversation

cmouse
Copy link

@cmouse cmouse commented Apr 15, 2018

Adds support for manual and automatic splitting

If the string starts with ", expect that there is one or more " separated records.

If it does not, split it automatically on every 254 bytes.

@ahupowerdns
Copy link
Collaborator

this repeats the mistake from PowerDNS and I have no intention of doing that :-) If the user wants multiple segments, let them {"pass","multiple","segments"}. If an individual segment is too big, we autosplit it.

@cmouse
Copy link
Author

cmouse commented Apr 15, 2018

I was thinking of doing that first, but somehow fell into this alternative. I'll fix this to do the segmenting.

@cmouse
Copy link
Author

cmouse commented Apr 15, 2018

Fixed.

@ahupowerdns
Copy link
Collaborator

Closed by other means, thanks for the effort!

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.

2 participants