Skip to content

kakwa/dnscherry

Repository files navigation

DnsCherry

image

image

image

PyPI version

Documentation Status


PyPI

Package

Doc

Documentation

License

MIT

Author

Pierre-Francois Carpentier - copyright 2014


Description

Dnscherry is a small cherrypy application to manage dns zones. It can add/delete records from any dns server using tsig and dynamic updates.

Screenshots

image

License

Dnscherry is released under the MIT public license.

Installation

Quick installation guide:

bash

$ pip install dnscherry

# edit configuration according to your dns setup $ vim /etc/dnscherry/dnscherry.ini

# launch dnscherryd dnscherryd -c /etc/dnscherry/dnscherry.ini

It should be accessible from your browser on http://localhost:8080.