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

documentation: SOA RNAME description isn't accurate #3481

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

jpmens
Copy link
Contributor

@jpmens jpmens commented Mar 5, 2025

Using dnscontrol version 4.16.0, I get an error when using an @ in the SOA RNAME for the example on this page:

2025/03/05 16:21:03 1 Validation errors:
2025/03/05 16:21:03 ERROR: in SOA @.example.com: SOA MBox must have '.' instead of '@'
exiting due to validation errors

As such the RNAME may not have an @ character in it and must be fully qualified (else $ORIGIN is appended to it).

Using dnscontrol version 4.16.0, I get an error when using an `@` in the SOA RNAME for the example on this page:

```
2025/03/05 16:21:03 1 Validation errors:
2025/03/05 16:21:03 ERROR: in SOA @.example.com: SOA MBox must have '.' instead of '@'
exiting due to validation errors
```

As such the RNAME may not have an `@` character in it and must be fully qualified (else $ORIGIN is appended).
@tlimoncelli tlimoncelli merged commit 83a36a6 into StackExchange:main Mar 7, 2025
2 checks passed
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.

None yet

2 participants