Import and synchronize forwarder zones with local overrides and promotion - #154
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Catalog imports now preserve forwarder behavior and honor the selected ownership mode. Primary imports create independent, editable Forwarders; Secondary imports create read-only Secondary Forwarders that keep synchronizing their overrides and forwarding settings from Technitium. Previously, private FWD records became empty record types and failed authoritative-zone validation.
Forwarder zones answer matching local records of any supported type before forwarding.
this-serveruses Sable's default resolver path. Technitium wire decoding preserves supported transports, priority, and consistent DNSSEC validation settings; unsupported options are rejected without creating or replacing the zone.Secondary Forwarders retain transfer servers and TSIG authentication, use full AXFR snapshots on SOA timers or authorized NOTIFY, retry failures, and stop answering at expiry. Invalid or older snapshots do not replace the last good data. Catalog reconciliation preserves the Forwarder type. These transfers intentionally use AXFR rather than applying IXFR deletions against translated FWD records.
A Convert to independent Forwarder action completes migration using the existing review fingerprint, permissions, and source-freeze confirmation. It defaults to a final transfer, retains overrides and forwarding settings, advances the serial, stops synchronization, and enables record editing—including adding new TXT and other overrides. Failed conversion leaves the Secondary Forwarder unchanged. Catalog-managed members cannot be promoted through this action.
Documentation now covers catalog import modes, AXFR synchronization and expiry, local override precedence,
this-server, and the final conversion to an independent Forwarder across the migration, forwarding, transfer, and zone reference guides.Validation:
go tool mage verify: generated code, full Go suite, and static analysis.Source-wide resolver and proxy configuration is not migrated. Ordinary one-time zone-file import remains a separate workflow.