From b90b2d813cc1a981eb8b5e2cc097e99c490f8063 Mon Sep 17 00:00:00 2001 From: Kage Date: Sun, 14 Jan 2024 13:14:41 -0500 Subject: [PATCH] Update README description to be more concise --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c9ce5..64f878a 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ ## DESCRIPTION -*dns01cf* is a single-file, Wrangler-free Cloudflare Worker that enables ACME DNS-01 validation while protecting your DNS with granular ACLs. Only one domain needs to be behind Cloudflare, the rest can be anywhere. +*dns01cf* is a Cloudflare Worker DNS proxy, limiting client access for ACME DNS-01 challenges down to individual TXT records. It also supports consolidation of DNS-01 challenges for non-Cloudflare domains through [domain aliasing CNAMEs](#one-domain-behind-cloudflare-domain-aliasing). -Installation takes just a few minutes and can be done directly in the Cloudflare web UI -- no installation of Git, Wrangler, or anything required! +*dns01cf* supports most newer and legacy ACME clients by simulating various DNS provider APIs, enabling the reuse of existing client infrastructure while only requiring a change in the DNS challenge endpoint. + +Deployment of dns01cf is swift, taking just a few minutes directly through the Cloudflare web UI. No installation of Git, Wrangler, or any additional tools is necessary. ### FEATURES