Created dnssleep (markdown)

marcoczen 2021-04-15 17:35:52 +08:00
parent 0996de2e39
commit 94f8e0f39e
1 changed files with 9 additions and 0 deletions

9
dnssleep.md Normal file

@ -0,0 +1,9 @@
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.
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.