-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Domains: it's possible to add different types of DNS records with the same label #2920
Comments
Tested and confirmed with the following steps to reproduce:
Result: I was able to set A record and CNAME recording to the same point. I shouldn't be able to do that.
Also noting that this issue is 97 days old with no activity. @klimeryk, can this issue be moved to a milestone where it will be reviewed in a reasonable time? If not, I recommend closing it as wontfix. |
We don't have a milestone for such issues, but this is also being tracked on our Trello board and it will surely be fixed (sooner or later :/). Would assigning it to a milestone (something like |
I would rather not close these types of issues; they are not exactly a priority today, but I want to fix them when we can focus on the DNS editor. |
For the record, I think we should only prevent a record to coexist with a CNAME record under the same name. We can't have CNAME and A records at the same name, but we can certainly have A, AAAA, MX, TXT records under the same name and it wouldn't be a problem. |
I tested and confirmed that this issue is still valid, using the steps @designsimply provided above. |
As reported by @umurkontaci in #2262 (comment), it's possible to add different types of DNS records (say an A and CNAME records) pointing to the same label (test.example.com).
The text was updated successfully, but these errors were encountered: