mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #54] nsedit: pdnssec rectify-zone/rectify-all-zones #30
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#30
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 @piwats on GitHub (Sep 23, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/54
When having a zone in NSEC3 mode, adding a record to it without running pdnssec rectify-zone xxx or pdnssec rectify all zones results in NXDOMAIN response.
Is there a way nsedit could run pdnssec to rectify the zone it just "edited"?
@tuxis-ie commented on GitHub (Sep 23, 2015):
According to https://doc.powerdns.com/md/httpapi/api_spec/#zones, this is not yet implemented. IMHO, pdns should always be responsible for this.
@piwats commented on GitHub (Sep 25, 2015):
I meant, that when you deploy dnssec on pdns
1.) pdnssec secure-zone ZONE
2.) pdnssec set-nsec3 ZONE
after this, each time you add an additional record to the zone, you have to run pdnssec rectify-zone ZONE in order to get answers of the new records. If not, you'll get an NXDOMAIN response.
I'm not sure that this is an upstream bug.
But still, it would be nice to see, if nsedit could simply run pdnssec rectify-zone ZONE, so one doesn't need to run it manually.