Update README.md

This commit is contained in:
Joona Hoikkala 2016-11-29 01:09:38 +02:00 committed by GitHub
parent 08d3190a6c
commit 6a22631c4f

View File

@ -69,8 +69,8 @@ The method allows you to update the TXT answer contents of your unique subdomain
#### Response #### Response
```200 OK``` ```Status: 200 OK```
``` ```json
{ {
"txt": "______my_43_char_dns_validation_token______" "txt": "______my_43_char_dns_validation_token______"
} }
@ -84,7 +84,7 @@ Check out how in the INSTALL section.
## As a service ## As a service
I am runnin an acme-dns instance as a service for everyone wanting to get on in fast. The service is running at `auth.acme-dns,io`, so to get started, try: I am running an acme-dns instance as a service for everyone wanting to get on in fast. The service is running at `auth.acme-dns,io`, so to get started, try:
```curl -X GET https://auth.acme-dns.io/register``` ```curl -X GET https://auth.acme-dns.io/register```
@ -107,7 +107,7 @@ I am runnin an acme-dns instance as a service for everyone wanting to get on in
## Configuration ## Configuration
``` ```bash
[general] [general]
# dns interface # dns interface
listen = ":53" listen = ":53"