Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What is the best way to manage BIND9 serial numbers in a git

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
Oflameo
Posts: 41
Joined: 2013-06-21 02:39

What is the best way to manage BIND9 serial numbers in a git

#1 Post by Oflameo »

I am setting up a git repository to back at least 2 BIND9 instances on a mesh network. Serial numbers are going to be a pain to deal with because the service won't start if the serial number isn't incremented.

I was thinking about always storing an place holder in the repository and writing two hook scripts. One for cleaning out a serial number on commit, and one to generate a time based serial number on a pull. If there is a better way to do this, tell me.

Post Reply