Bound is a web-based frontend for managing DNS zones. It sits on top of an existing BIND installation and exports appropriately formatted zone files and handles configuration reloads when needed.
git clone https://github.com/adamcooke/bound
cp config/bound.example.yml config/bound.yml
- Make appropriate changes to config file
bundle
bundle exec rake db:schema:load assets:precompile
bundle exec foreman start
- Stop the running server
git pull origin master
bundle
bundle exec rake assets:precompile db:migrate
- Start the server