[GH-ISSUE #76] Show warning if different TTL for records with same name + type #50

Closed
opened 2026-02-26 10:35:49 +03:00 by kerem · 1 comment
Owner

Originally created by @joachimtingvold on GitHub (Jul 5, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/76

As per #74, we should show a warning if trying to "Apply" where records of same name and type has different TTL's.

For example;

example.com IN NS 3600 ns1.example.com
example.com IN NS 86400 ns2.example.com

Should yield a warning. Currently one of the records would be deleted when hitting "Apply".

Originally created by @joachimtingvold on GitHub (Jul 5, 2016). Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/76 As per #74, we should show a warning if trying to "Apply" where records of same name **and** type has different TTL's. For example; ``` example.com IN NS 3600 ns1.example.com example.com IN NS 86400 ns2.example.com ``` Should yield a warning. Currently one of the records would be deleted when hitting "Apply".
kerem closed this issue 2026-02-26 10:35:49 +03:00
Author
Owner

@joachimtingvold commented on GitHub (Jul 26, 2016):

#74 fixes this. That is, no warning is shown, but it doesn't delete records anymore.

<!-- gh-comment-id:235367506 --> @joachimtingvold commented on GitHub (Jul 26, 2016): #74 fixes this. That is, no warning is shown, but it doesn't delete records anymore.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PowerDNS-Admin-PowerDNS-Admin#50
No description provided.