Skip to content

kakwa/dnscherry

Repository files navigation

DnsCherry

https://raw.githubusercontent.com/kakwa/dnscherry/master/resources/static/img/apple-touch-icon-72-precomposed.png

https://travis-ci.org/kakwa/dnscherry.svg?branch=master 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

https://raw.githubusercontent.com/kakwa/dnscherry/master/docs/assets/main_screen.png

License

Dnscherry is released under the MIT public license.

Installation

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.ini

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