Send NOTIFY to DNS secondaries #374
Reference in New Issue
Block a user
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?
Some friend organizations (NVG, NTNU, Uninett) mirrors/slaves our DNS configurations. Currently, we allow TRANSFERs/axfr from them, so they can fetch, copy and serve entire zones for us.
However, when we update records, instead of waiting for TTL expiry, we can proactively push updates to their DNS servers with NOTIFY, so they immediately get the new zones. Read the nsd documentation, write some notify config, test and push to https://git.pvv.ntnu.no/Drift/PVV-DNS.
The relevant configuration should probably go somewhere near https://git.pvv.ntnu.no/Drift/PVV-DNS/src/branch/main/nsd.conf.nix#L42