Go to file
2016-06-07 18:46:05 +02:00
api Merge remote-tracking branch 'upstream/master' 2016-06-05 20:03:54 +02:00
config Changed default number of domains per page to 15 2016-06-07 18:46:05 +02:00
include Added functionality for native zones 2016-05-03 17:42:34 +02:00
js Pagination is now functional and loads the requested sites 2016-06-05 20:00:45 +02:00
lib Changed databaseschema for newer pdns versions 2016-02-14 12:44:53 +01: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 Display of pagination now works for total page number greater than 8. Note that the actual pagination is not yet implemented 2016-05-12 17:15:28 +02:00
edit-master.php Fixed regex for email address 2016-05-12 15:10:04 +02: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 Added Content-Security-Policy header to prevent XSS attacks 2016-01-29 15:52:57 +01:00
LICENSE Added LICENSE file 2016-01-24 16:41:19 +01: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 Added README.md 2016-02-15 20:21:16 +01: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 currently only supports master 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 or Maria DB database. The database is also used by Powerdns using the pdns-backend-mysql.

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.