-
1.1.0 Stable
released this
2026-09-05 14:12:34 +02:00 | 0 commits to main since this releaseAdded
- Added optional post-update BIND journal synchronization through
rndc sync -clean. - Added
DYNDNS_RNDC_SERVER,DYNDNS_RNDC_KEY, andDYNDNS_RNDC_SYNC_CLEANconfiguration parameters. - Added validation for the RNDC synchronization switch and required RNDC settings when synchronization is enabled.
- Added conditional runtime validation for the
rndccommand when post-update journal synchronization is enabled. - Added
nsupdatediagnostic output to the dynDNS log and preservation of failed update instructions for troubleshooting.
Changed
- Separated RFC 2136 update settings from BIND RNDC control settings.
- Updated dynamic update processing to target the authoritative DNS listener instead of a non-authoritative localhost resolver view.
- Changed the post-update workflow to synchronize accepted dynamic updates into the primary zone file and clean BIND journal files when explicitly enabled.
- Made RNDC synchronization failures non-fatal after a successful
nsupdatetransaction, while retaining a warning in the dynDNS log.
Removed
- Removed unsafe DNSSEC handling that attempted to delete the zone
DNSKEYRRset before dynamic updates. - Removed the unnecessary
rndc freezeandrndc thawworkflow after RFC 2136 updates.
Downloads
- Added optional post-update BIND journal synchronization through