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

Shorten DNS names when creating record string representation #82

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

peteeckel
Copy link
Owner

When a record is edited, the title of the record form is set to a version with interpreted IDN characters. This requires parsing the title using dnspython. When a record is edited and the edit results in a record name not conforming to DNS naming standards, this conversion fails.

fixes #81

@peteeckel peteeckel force-pushed the fix/dns-label-too-long-exception branch from 977ece0 to 70ec739 Compare October 20, 2023 08:12
@peteeckel peteeckel merged commit 7afa6ed into main Oct 20, 2023
10 checks passed
@peteeckel peteeckel deleted the fix/dns-label-too-long-exception branch October 20, 2023 08:25
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.

DNS Record name validation causes exception when editing records with excessively long names
1 participant