Skip to content

A web interface that exports BIND configuration files

Notifications You must be signed in to change notification settings

D1g1talS0ul/bound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bound

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.

Screenshot

Installation

  1. git clone https://github.com/adamcooke/bound
  2. cp config/bound.example.yml config/bound.yml
  3. Make appropriate changes to config file
  4. bundle
  5. bundle exec rake db:schema:load assets:precompile
  6. bundle exec foreman start

Upgrade

  1. Stop the running server
  2. git pull origin master
  3. bundle
  4. bundle exec rake assets:precompile db:migrate
  5. Start the server

About

A web interface that exports BIND configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published