parent
52df244e0b
commit
c347368fa2
16
README.md
16
README.md
|
@ -9,7 +9,7 @@
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
This package provides an API for the Bind nameserver.
|
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>
|
<a name="features"></a>
|
||||||
|
@ -28,6 +28,20 @@ The CLI is used to perform configuration and some checks:
|
||||||
* panels
|
* panels
|
||||||
- List: List all panels which are configured on this server
|
- List: List all panels which are configured on this server
|
||||||
- Create: Adds a new panel to the configuration
|
- 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue