Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 753 Bytes

WARNING!

This repo is no more maintained! Project has been moved to https://gitlab.com/dr-wolf/dns-manager

dns-manager

Web GUI for bind9 daemon, written on PHP.

Web client stores domains and their A and CNAME record in database. Every 5 minutes cron task checks db for changes and updates zone.conf and db files and restarts bind9 daemon if changes was made.

Also web clieant stores list of e-mail accounts for every domain. This information is not used for bind configuration, but can be used for dovecot or other mail daemon.

WARNING! Webclient has no authentication, so ensure that webclient is not accessed from external network or protect it with apache mod_auth!

Installation

Check INSTALL for installation steps.