pdnsmanager/README.md

19 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2016-02-15 17:32:53 +01:00
# PDNS Manager
2017-07-23 16:20:32 +02:00
2018-08-27 15:05:58 +02:00
[PDNS Manager](https://pdnsmanager.org) is a simple yet powerful free administration tool for the Powerdns authoritative nameserver. It supports master, native and slave zones.
2019-02-06 12:25:46 +01:00
PDNS Manager was developed from scratch to achieve a user-friendly and pretty looking interface.
2018-08-27 14:00:39 +02:00
PDNS Manager also features a powerful API to set records programatically.
2018-08-27 15:05:58 +02:00
This can be used e.g. for a dynamic DNS service, but also to obtain certificates from [Let's Encrypt](https://letsencrypt.org/) via the dns-01 challenge.
2018-08-27 14:00:39 +02:00
PDNS Managers Backend is written in PHP using [Slim Framework](https://www.slimframework.com/). The backend uses a MySQL/Maria DB database. The database is also used by Powerdns using the pdns-backend-mysql backend. The Frontend is based on [Angular](https://angular.io/) and [Bootstrap](https://getbootstrap.com/).
2018-08-27 14:00:39 +02:00
PDNS Manager also features a plugin API to support different session caches or authentication strategies. If you want to contribute a new plugin here feel free to contact me.
2016-02-15 17:32:53 +01:00
2018-08-27 14:00:39 +02:00
## More information
You can find more information and documentation as well as contact information on [pdnsmanager.org](https://pdnsmanager.org). There are also some tutorials to get you quickly up and running.
2016-02-15 17:32:53 +01:00
2018-08-27 14:00:39 +02:00
## Contribute
2018-08-27 15:05:58 +02:00
If you are looking for a new feature or you found a bug, feel free to create a pull request or open a issue.