From 10eac6711265ee6669b4561cfc8a91fd6dc6decd Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 23 Dec 2020 20:39:56 +0800 Subject: [PATCH] Created dnscheck (markdown) --- dnscheck.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dnscheck.md diff --git a/dnscheck.md b/dnscheck.md new file mode 100644 index 0000000..f382f9b --- /dev/null +++ b/dnscheck.md @@ -0,0 +1,12 @@ +In dns mode, after the dns record is add, 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. +