Changes

Jump to navigation Jump to search
237 bytes added ,  09:36, 7 March 2010
Line 77: Line 77:  
== Push changes back to master nameserver ==
 
== Push changes back to master nameserver ==
   −
* We have a handy post-receive hook to automate this procedure. All you have to do is pushing your changes:
+
* Commit your changes, possibly with a meaningful comment:
 +
 
 +
  git commit -a -v
 +
 
 +
* Then, push your changes:
    
   git push
 
   git push
   −
* You should see the slaves transfering the new zones you have modified
+
* 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 ==

Navigation menu