Go to file
2017-01-08 14:45:56 +10:00
api Final Fixes 2017-01-08 14:34:35 +10:00
config Bugs 2017-01-07 23:59:03 +10:00
include Added functionality for native zones 2016-05-03 17:42:34 +02:00
js Bugs 2017-01-07 23:59:03 +10:00
lib Bugs 2017-01-07 23:59:03 +10:00
nbproject Initial commit working login mechanism 2016-01-15 21:17:21 +01:00
.gitignore Added release script 2016-01-25 19:44:17 +01:00
add-domain.php Fixed regex for email address 2016-05-12 15:10:04 +02:00
domains.php Removed Slave Button 2017-01-08 14:42:59 +10:00
edit-master.php Bugs 2017-01-07 23:59:03 +10:00
edit-remote.php Added user interface functions for adding remote permissions 2016-02-05 17:14:49 +01:00
edit-user.php Fixed headings of various pages 2016-02-02 18:40:18 +01:00
index.php Added upgrade.php and version checks 2016-02-06 13:23:28 +01:00
install.php Bugs 2017-01-07 23:59:03 +10:00
LICENSE Fixed license file 2016-08-21 11:55:48 +02:00
logout.php Added Content-Security-Policy header to prevent XSS attacks 2016-01-29 15:52:57 +01:00
make-release.sh Changed release script to use git tags 2016-02-02 17:53:16 +01:00
password.php Fixed headings of various pages 2016-02-02 18:40:18 +01:00
README.md Readme Updated 2017-01-08 14:45:56 +10:00
upgrade.php Added upgrade.php and version checks 2016-02-06 13:23:28 +01:00
users.php Changed cursor to pointer in all clickable tables fixes #3 2016-03-27 16:54:43 +02:00

PDNS Manager

PDNS Manager is a simple yet powerful free administration tool for the Powerdns authoritative nameserver. It supports master and native zones.

PNDS Manager was developed from scratch to achieve a user-friendly and pretty looking interface.

PDNS Manager also features a powerful API to set records programatically. This can be used e.g. for a dynamic DNS service, but also to obtain certificates from Let's Encrypt via the dns-01 challenge.

PDNS Manager is written in PHP using Bootstrap and jQuery. The backend uses a MySQL/Maria DB or Postgres database. The database is also used by Powerdns using the pdns-backend-mysql or pdns-backend-pgsql backend.

More information

You can find more information and documentation as well as contact information on pdnsmanager.lmitsystems.de. There are also some tutorials to get you quickly up and running.

Contribute

If you are looking for a new feature or you found a bug, feel free to create a pull request or open a issue.