PDNS.PHP - The PHP/MySQL PowerDNS Manager
A web-based domain name administration tool for PowerDNS (
http://www.powerdns.com).
Download Source (pdns.php.txt)
Details:
- PDNS.PHP is a single php file that manages the records table only. If you are not doing master/slave delegation, then this is all you need. Support for the domains and superdomains table will come in the future if enough demand exists.
- Supports HTTP-based authentication. You can easily add your own authentication mechanism.
- It is a single-user app for the domain admin. It will easily handle a 100 or more domains. Each domain can have about 50 hosts. It will need a different interface for more than that since all hosts are editable on one screen.
- What you can do with PDNS.PHP:
- Add/edit domains. A domain is a single SOA record.
- Add/Edit hosts. Supports all IPv4 and IPv6 record types.
- It handles the change_date with UNIX_TIMESTAMP().
- That is it - two interfaces.