Service/Nameservers: Difference between revisions
No edit summary |
|||
| Line 77: | Line 77: | ||
== Push changes back to master nameserver == | == Push changes back to master nameserver == | ||
* | * Commit your changes, possibly with a meaningful comment: | ||
git commit -a -v | |||
* Then, push your changes: | |||
git push | git push | ||
* | * We have a handy post-receive hook to automate the rest of the procedure: | ||
** send a notification email to systems-logs@; | |||
** checkout your changes to the bind configuration directory; | |||
** make BIND reload its configuration; | |||
** watch BIND's log file to ensure slaves are actually transferring the changed zones. | |||
== Push changes to slaves == | == Push changes to slaves == | ||