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 + +