From 4ceaabf96f4e33dec4b4cd4f396c0c6e6897aff3 Mon Sep 17 00:00:00 2001 From: Dan Benton Date: Tue, 23 Apr 2024 17:56:57 +0100 Subject: [PATCH] Adding where the parameter is stored --- dnssleep.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dnssleep.md b/dnssleep.md index 53feebf..6103c86 100644 --- a/dnssleep.md +++ b/dnssleep.md @@ -1,9 +1,12 @@ - In dns mode, after the dns record is added, acme.sh will use cloudflare public dns or google dns to check if the record has taken effect. -If you don't want this check, please use --dnssleep 300. +If you don't want this check, please use `--dnssleep 300`. - acme.sh --issue -d xxxxx --dns dns_xxx --dnssleep 300 + acme.sh --issue -d xxxxx --dns dns_xxx --dnssleep 300 Then acme.sh will wait for 300 seconds instead of checking through the public dns. + +The parameter is stored in `~/.acme.sh//.conf` using the variable + + Le_DNSSleep='###'