From 7510368a46c74c7ff0b157a1fde66606b898f44f Mon Sep 17 00:00:00 2001 From: Santeri Toikka Date: Sat, 3 Dec 2016 19:36:46 +0200 Subject: [PATCH] Comma tuning and added ipv6 example to JSON structure. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eabba4b..83189bf 100644 --- a/README.md +++ b/README.md @@ -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", } ```