dnscherry

A simple web application to manage DNS zones


Keywords
cherrypy, dns, dns-zone-manager, python, web-ui, zone-files
License
Other
Install
pip install dnscherry==0.1.1

Documentation

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 Number of PyPI downloads 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.