d9f4b20448
Renamed the user table to users and added a unique key to it so duplicate users can't be created. Upgrade scripts delete duplicates and keep the lowest id (which is what would have been used for authentication anyway, i.e. other users were useless). Added upgrade script to put domains names and records names to lower case text as is required by postgres. |
||
---|---|---|
api | ||
config | ||
include | ||
js | ||
lib | ||
nbproject | ||
.gitignore | ||
add-domain.php | ||
domains.php | ||
edit-master.php | ||
edit-remote.php | ||
edit-user.php | ||
index.php | ||
install.php | ||
LICENSE | ||
logout.php | ||
make-release.sh | ||
password.php | ||
README.md | ||
upgrade.php | ||
users.php |
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 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.