feature/sz/master-slave-compatible #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/sz/master-slave-compatible"
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?
Motivation
acme-dns historically assumed a single authoritative DNS server.
In environments using DNS master/slave (secondary) servers with zone transfers,
this can result in inconsistent responses, missing records, or SERVFAILs
during DNS challenge validation.
This PR adds proper support for DNS slave configurations by:
Changes
Testing
Tested in environments with:
No regressions observed on single-server setups.
Checklist
Checkout
From your project repository, check out a new branch and test the changes.