mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #190] PowerDNS 4.2 serial not supported #122
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#122
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 @asyslinux on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/190
Hello, PowerDNS 4.2 does not support autoserial anymore.
Can fix this by php get serial, check serial if 0 and generate new serial or +1 and send serial to api? Because when I import new zone, I have a 0 serial and if change records(add/del), serial is not changed. I temporary use
pdnsutil increase-serial example.comfrom command line.Thank You.
@sid3windr commented on GitHub (Mar 15, 2020):
You need to set SOA-EDIT-API meta data correctly, PowerDNS API will still manage your serial just fine. There is no issue for nsedit in this case.
@ychromosome commented on GitHub (Oct 11, 2020):
@sid3windr can you please give an example how we should modify it?