diff --git a/README.md b/README.md index eabba4be312d141d040b3a66eb9dea18da338a4f..c528f71b48846e10413e512dd974dd59219d6a3f 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:2a00::0/40", } ```