1
0
Fork 0
mirror of https://github.com/loewexy/pdns-client synced 2024-05-26 07:02:12 +02:00
pdns-client/README.md

19 lines
662 B
Markdown
Raw Permalink Normal View History

2016-02-15 20:30:51 +01:00
# PDNS Manager Client
2018-08-26 21:22:28 +02:00
[PDNS Manager](https://pdnsmanager.org) is a simple yet powerful free administration tool for the
2016-02-15 20:30:51 +01:00
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
2018-08-26 21:22:28 +02:00
is described at the [PDNS Manager website](https://pdnsmanager.org/documentation/api).
2016-02-15 20:30:51 +01:00
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.