From 09ba977df711cc7a859591099faf691b9116c2d8 Mon Sep 17 00:00:00 2001 From: Lukas Metzger Date: Mon, 15 Feb 2016 20:30:51 +0100 Subject: [PATCH] Added README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6c5f5d --- /dev/null +++ b/README.md @@ -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.