mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 22:33:45 +07:00
Update README.md
This commit is contained in:
parent
08d3190a6c
commit
6a22631c4f
@ -69,8 +69,8 @@ The method allows you to update the TXT answer contents of your unique subdomain
|
||||
|
||||
#### Response
|
||||
|
||||
```200 OK```
|
||||
```
|
||||
```Status: 200 OK```
|
||||
```json
|
||||
{
|
||||
"txt": "______my_43_char_dns_validation_token______"
|
||||
}
|
||||
@ -84,7 +84,7 @@ Check out how in the INSTALL section.
|
||||
|
||||
## 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```
|
||||
|
||||
|
||||
@ -107,7 +107,7 @@ I am runnin an acme-dns instance as a service for everyone wanting to get on in
|
||||
|
||||
## Configuration
|
||||
|
||||
```
|
||||
```bash
|
||||
[general]
|
||||
# dns interface
|
||||
listen = ":53"
|
||||
|
Loading…
Reference in New Issue
Block a user