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

Validation for Rname not complete #355

Closed
dhoffend opened this issue Aug 21, 2024 · 1 comment · Fixed by #356
Closed

Validation for Rname not complete #355

dhoffend opened this issue Aug 21, 2024 · 1 comment · Fixed by #356
Assignees
Labels
bug Something isn't working

Comments

@dhoffend
Copy link

dhoffend commented Aug 21, 2024

Versions
NetBox Version: 4.0.9
NetBox DNS Version: 1545143)

Describe the bug
Validation of RName not complete
https://en.wikipedia.org/wiki/SOA_record

The rname can contain \. as substitute for . before the @ replacement
Example: john\.doe.example.com

The field validation says invalid dns record.

To Reproduce
Steps to reproduce the behavior:

  1. Create Zone
  2. Set RNAME to john\.doe.example.com
  3. Save and see error
  4. See error

Expected result
Should be accepted

Actual result
john.doe.example.com is not a valid fully qualified DNS host name

@peteeckel
Copy link
Owner

I can't reproduce this:

Screenshot 2024-08-21 at 13 36 49

On the other hand I think I know what you wanted to write: john\.doe.example.com - correct? Github seems to have swallowed the backslash :-)

@peteeckel peteeckel self-assigned this Aug 21, 2024
@peteeckel peteeckel added the bug Something isn't working label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants