one more typo fixed
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
866e1dcb9b
commit
1d5468f17e
13
README.md
13
README.md
|
@ -3,7 +3,8 @@
|
||||||
3. [Installation](#3-installation)
|
3. [Installation](#3-installation)
|
||||||
4. [Configuration](#4-configuration)
|
4. [Configuration](#4-configuration)
|
||||||
5. [The API](#5-the-api)
|
5. [The API](#5-the-api)
|
||||||
6. [Conclusion](#6-conclusion)
|
6. [DynDNS](#6-dyndns)
|
||||||
|
7. [Conclusion](#7-conclusion)
|
||||||
|
|
||||||
<a name="overview"></a>
|
<a name="overview"></a>
|
||||||
# 1. Overview
|
# 1. Overview
|
||||||
|
@ -562,7 +563,7 @@ Keyhelp-Panel: paz.24unix.net
|
||||||
Domain: tzazicke.de ns1.24unix.net OK ns2.24unix.net OK ns3.24unix.net OK
|
Domain: tzazicke.de ns1.24unix.net OK ns2.24unix.net OK ns3.24unix.net OK
|
||||||
```
|
```
|
||||||
|
|
||||||
Yes, all our domains from the given panel have been added to out nameserver.
|
Yes, all our domains from the given panel have been added to our nameserver.
|
||||||
|
|
||||||
Voila.
|
Voila.
|
||||||
|
|
||||||
|
@ -598,10 +599,14 @@ curl -X 'GET' \
|
||||||
-H 'X-API-Key: 61f27a57c9d1f.[truncated]'
|
-H 'X-API-Key: 61f27a57c9d1f.[truncated]'
|
||||||
```
|
```
|
||||||
|
|
||||||
A helpful tool when dealing with API is [Postman](https://www.postman.com/), if offers the same options as from the OpenAPI interface or via shell with curl.
|
A helpful tool when dealing with API is [Postman](https://www.postman.com/), if offers the same options as from the
|
||||||
|
OpenAPI interface or via shell with curl.
|
||||||
|
|
||||||
![Php Interpreter](https://bindapi.24unix.net/assets/bindAPI_api6.png)
|
![Php Interpreter](https://bindapi.24unix.net/assets/bindAPI_api6.png)
|
||||||
<a name="conclusion"></a>
|
<a name="conclusion"></a>
|
||||||
# 6. Conclusion
|
|
||||||
|
# 6. DynDns
|
||||||
|
|
||||||
|
# 7. Conclusion
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue