mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #99] Modify record ttl won't work #55
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#55
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 @petzsch on GitHub (Aug 8, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/99
Hi. I just updatd to the current master. The user issue I reported is fixed. However I can't seem to modify a records ttl. I already lowerd the minTTL in the SOA record, it doesn't help. My change just gets ignored. (ttl of the SOA record for instance)
@petzsch commented on GitHub (Aug 8, 2016):
Just applied the patch. Only the Record that i changed, got the new TTL. Works as I would expect it. 👍
@tuxis-ie commented on GitHub (Aug 8, 2016):
The whole rrset will get the new ttl (a record in pdns does not have a ttl, the rrset does). However, when you save the record, I'm unable to let jtable refresh more than one row in the table. So only the record you changed shows the new ttl. When you refresh the records-table, you should find that the whole rrset is changed (if there are multiple records within the rrset).
Thanks for reporting and checking!