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

Added validation for TXT and SRV record values, and help with adding them to a zone #424

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

peteeckel
Copy link
Owner

fixes #423

  • Validate the value for TXT and SPF records to ensure they are printable ASCII strings.
  • If the length of the value for these record types exceeds the maximum allowed by dnspython, break it in multiple parts and validate the result again

@peteeckel peteeckel merged commit aa838b1 into main Oct 10, 2024
6 checks passed
@peteeckel peteeckel deleted the feature/text-value-validation branch October 10, 2024 13:14
peteeckel added a commit that referenced this pull request Oct 10, 2024
peteeckel added a commit that referenced this pull request Oct 10, 2024
peteeckel added a commit that referenced this pull request Oct 10, 2024
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.

Validate and fix TXT and SPF record values
1 participant