mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-30 22:05:34 +00:00
Created dnscheck (markdown)
12
dnscheck.md
Normal file
12
dnscheck.md
Normal file
@@ -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.
|
||||
|
Reference in New Issue
Block a user