mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #165] notify pdns after zone update #107
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#107
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 @Rico29 on GitHub (Feb 2, 2018).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/165
Possibility to enable notification via API when a change is made on a zone
@tuxis-ie commented on GitHub (Feb 2, 2018):
Please explain?
@Rico29 commented on GitHub (Feb 2, 2018):
Hello, tuxis-ie
Sorry, I want to create a pull request with changes I made...
I added a flag "notifyafterupdate" in config.inc.php. when this flag is set to true, then a notify is sent to slaves via the API :
https://docs.powerdns.com/authoritative/http-api/zone.html#put--servers-server_id-zones-zone_id-notify
Just need to pull-request it
@HLFH commented on GitHub (Mar 17, 2018):
It seems I had the issue one year ago with my slave that did not get the
notifyafter DNS updates via nsedit.It has changed now. The feature "Send a DNS NOTIFY to all slaves" is happening without https://github.com/tuxis-ie/nsedit/pull/166 commits.
My master and my slave are correctly configured. And I'm already receiving correctly the
notify. @tuxis-ie Can you close the PR https://github.com/tuxis-ie/nsedit/pull/166 and this issue? This code will bloatnseditand it should be done at the configuration level inpdns.confwithonly-notify=::/0to force IPv6 master/slave communication, and in thepdnsdatabase withsupermasterstable well set-up.