1
0
Fork 0
mirror of https://github.com/loewexy/pdns-client synced 2024-05-03 12:13:10 +02:00

Added README.md

This commit is contained in:
Lukas Metzger 2016-02-15 20:30:51 +01:00
parent d22e53a158
commit 09ba977df7

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# PDNS Manager Client
[PDNS Manager](https://pdnsmanager.lmitsystems.de) is a simple yet powerful free administration tool for the
Powerdns authoritative nameserver. It features an API for changing records.
This is the repository of a client for the post API implemented as a shell script. The API
is described at the [PDNS Manager website](https://pdnsmanager.lmitsystems.de/documentation/api).
There are also instructions on how to use this client.
## Dependencies
In order to use this client you must have the following programms installed.
* jq
* curl
* openssl
## Contribute
If you want a new feature or you found a bug, feel free to create a pull request or open a issue.