| PyPI: | Package |
|---|---|
| Doc: | Documentation |
| License: | MIT |
| Author: | Pierre-Francois Carpentier - copyright 2014 |
Dnscherry is a small cherrypy application to manage dns zones. It can add/delete records from any dns server using tsig and dynamic updates.
Dnscherry is released under the MIT public license.
Quick installation guide:
$ pip install dnscherry
# edit configuration according to your dns setup
$ vim /etc/dnscherry/dnscherry.ini
# launch dnscherryd
dnscherryd -c /etc/dnscherry/dnscherry.iniIt should be accessible from your browser on http://localhost:8080.
