Go to file
Maurice Meyer 788c0d1d19 Added pagination (#19)
* Added initial functionality for pagination

* Display of pagination now works for total page number greater than 8. Note that the actual pagination is not yet implemented

* Pagination is now functional and loads the requested sites

* Added cursor pointer to pagination

* page parameter is now set to 1 if not a number or smaller than 1

* page parameter is now checked with isset to prevent errors if it is not supplied

* Changed default number of domains per page to 15

* Added isset check to $input->page to prevent errors if it is not set
2016-06-07 19:00:35 +02:00
api Added pagination (#19) 2016-06-07 19:00:35 +02:00
config Added pagination (#19) 2016-06-07 19:00:35 +02:00
include Added functionality for native zones 2016-05-03 17:42:34 +02:00
js Added pagination (#19) 2016-06-07 19:00:35 +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 Added pagination (#19) 2016-06-07 19:00:35 +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.