mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #46] Changing record type results in duplicate entry #23
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sid3windr on GitHub (May 13, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/46
Scenario:
banana.sid3windr.be CNAME apple.sid3windr.be
Click edit, select A in dropdown instead of CNAME, enter 127.0.0.1
Result:
banana.sid3windr.be CNAME apple.sid3windr.be
banana.sid3windr.be A 127.0.0.1
Expected result:
banana.sid3windr.be A 127.0.0.1
@tuxis-ie commented on GitHub (May 18, 2015):
Yes, I've noticed this. Not sure if this is a pdns thing or a nsedit thing anymore.
@tuxis-ie commented on GitHub (May 18, 2015):
If you can, please test the PR.
@sid3windr commented on GitHub (May 28, 2015):
Just tested this, works for me!