Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-19 19:03:33 +01:00
parent 52df244e0b
commit c347368fa2
1 changed files with 15 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# Overview
This package provides an API for the Bind nameserver.
It consists of two parts, the API itself and a CLI tools to configure the available functions.
It consists of two parts, the API itself and a CLI tool to configure the available functions.
<a name="features"></a>
@ -28,6 +28,20 @@ The CLI is used to perform configuration and some checks:
* panels
- List: List all panels which are configured on this server
- Create: Adds a new panel to the configuration
- Update: Changes one or more parameters of the panel
- Delete: Deletes the given panel
- ApiPing: Calls the /ping endpoint of the given server
- some additional API call might be added
* nameservers
- similar to panels, but for the nameservers
* domains
- similar usage to panels/domains, manage all slave zones
* apikeys
- manage the keys to access this nameserver via API
API