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

split TXT/SPF records longer than 255 characters #74

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

hakastein
Copy link

@hakastein hakastein commented Jan 29, 2025

Ensure that TXT and SPF records exceeding 255 characters are properly split into multiple quoted strings to comply with DNS specifications. Added test_split_long_txt_record to test this behaviour

Closes #65

a.kolesov and others added 2 commits January 29, 2025 11:10
Ensure that TXT and SPF records exceeding 255 characters are properly split
into multiple quoted strings to comply with DNS specifications.
Added test_split_long_txt_record to test this behaviour
Copy link
Contributor

@ross ross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@ross ross merged commit dffed12 into octodns:main Jan 29, 2025
7 checks passed
@hakastein hakastein deleted the chunk-txt branch January 30, 2025 04:40
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.

Chunk long TXT records when using ZoneFileProvider
2 participants