From c347368fa27f55827ecdd527d832cceb7bbea21e Mon Sep 17 00:00:00 2001 From: tracer Date: Sat, 19 Feb 2022 19:03:33 +0100 Subject: [PATCH] typo Signed-off-by: tracer --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da65f40..256ef95 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 + +