Skip to main content
Sign in
Snippets Groups Projects
Commit 7510368a authored by Santeri Toikka's avatar Santeri Toikka
Browse files

Comma tuning and added ipv6 example to JSON structure.

parent ad4decb0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ A simplified DNS server with a RESTful HTTP API to provide a simple way to autom
Many DNS servers do not provide an API to enable automation for the ACME DNS challenges. Those which do, give the keys way too much power.
Leaving the keys laying around your random boxes is too often a requirement to have a meaningful process automation.
Acme-dns provides a simple API exclusively for TXT record updates and should be used with ACME magic "\_acme-challenge" - subdomain CNAME records. This way in the unfortunate exposure of API keys, the effetcs are limited to the subdomain TXT record in question.
Acme-dns provides a simple API exclusively for TXT record updates and should be used with ACME magic "\_acme-challenge" - subdomain CNAME records. This way, in the unfortunate exposure of API keys, the effetcs are limited to the subdomain TXT record in question.
So basically it boils down to **accessibility** and **security**
......@@ -48,6 +48,7 @@ With the credentials, you can update the TXT response in the service to match th
"allowfrom": [
"192.168.100.1/24",
"1.2.3.4/32",
"2002:c0a8:2a01::0/32",
}
```
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment