dzonegit
dzonegit copied to clipboard
Git hooks to manage a repository of DNS zones
When there's commit changing more than one file, each file with some issues to be reported, the hook should not stop on the first error.
Only single zone file is fed into `named-compilezone` via stdin. This disallows the inclusion of zonelets and any attempt to include a file will mostly fail. Possible solutions include: -...
If zone name is changed by introducing/changing `$ORIGIN` directive on the top of the zone file, `dzonegit` will not properly reconfig nameservers, instead, it will try to reload zone, whose...