1
0
Fork 0
mirror of https://github.com/loewexy/pdns-client synced 2024-05-02 11:52:43 +02:00
Go to file
2018-08-26 21:22:28 +02:00
.gitignore Added keyfile resolving 2016-02-07 13:07:35 +01:00
LICENSE Fixed license file 2016-08-21 11:57:21 +02:00
pdns-client Changed API to PDNS version 2 2018-05-13 16:13:50 +02:00
pdns-keygen Merge branch 'dev' to v2 2018-08-26 21:18:43 +02:00
README.md Fixed README 2018-08-26 21:22:28 +02:00

PDNS Manager Client

PDNS Manager 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. 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.