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

changing a record from a to cname results in incorrect updates description #158

Open
jsoref opened this issue Sep 9, 2019 · 0 comments
Open

Comments

@jsoref
Copy link
Contributor

jsoref commented Sep 9, 2019

Have a record:

  • name: foo
  • type: A
  • ttl: 10M
  • content: 127.0.0.1

Make these changes:

  • type: CNAME
  • content: localhost

See

Updates

  • foo A: [127.0.0.1] Type changed from A to CNAME Content changed from 127.0.0.1 .example.com. to localhost .example.com.

I'd expect something closer:

  • foo A: [127.0.0.1] Type changed from A to CNAME Content changed from 127.0.0.1 to localhost .example.com.
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

No branches or pull requests

1 participant