mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-15 18:52:20 +01:00
Added README.md
This commit is contained in:
parent
e894493cd1
commit
135f88015f
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# PDNS Manager
|
||||
|
||||
[PDNS Manager](https://pdnsmanager.lmitsystems.de) 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](https://letsencrypt.org/) via the dns-01 challenge.
|
||||
|
||||
PDNS Manager is written in PHP using [Bootstrap](http://getbootstrap.com/)
|
||||
and [jQuery](http://jquery.com/). 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](https://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.
|
Loading…
Reference in a new issue