Go to file
2017-09-24 16:51:02 +02:00
api fixed bindColumn 2017-09-24 16:34:57 +02:00
config Improved readability 2017-07-21 17:22:03 +02:00
include Removed spaces from empty lines 2017-07-20 16:22:46 +02:00
js Set default record type to PTR if a reverse zone is detected. 2017-08-29 12:25:37 +02:00
lib Fixed mail handling in SOA records. Fixes #51 2017-09-24 16:51:02 +02: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 Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
domains.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
edit-master.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
edit-remote.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
edit-user.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
index.php Removed spaces from empty lines 2017-07-20 16:22:46 +02:00
install.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
LICENSE Fixed license file 2016-08-21 11:55:48 +02:00
logout.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
make-release.sh Removed spaces from empty lines 2017-07-20 16:22:46 +02:00
password.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
README.md Removed spaces from empty lines 2017-07-20 16:22:46 +02:00
upgrade.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +02:00
users.php Moved headers to the top to fix #29 2017-07-20 16:33:20 +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.