mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-01-13 16:10:09 +08:00
Created Explicitly use DOH (markdown)
parent
d138fc7433
commit
052eb56e81
16
Explicitly-use-DOH.md
Normal file
16
Explicitly-use-DOH.md
Normal file
@ -0,0 +1,16 @@
|
||||
Reference to https://github.com/acmesh-official/acme.sh/issues/3487
|
||||
|
||||
```bash
|
||||
DOH_CLOUDFLARE=1
|
||||
DOH_GOOGLE=2
|
||||
DOH_ALI=3
|
||||
DOH_DP=4
|
||||
```
|
||||
|
||||
Explicitly use Aliyun DNS:
|
||||
|
||||
```bash
|
||||
cd .acme.sh
|
||||
echo "export DOH_USE=3" >> acme.sh.env
|
||||
source acme.sh.env
|
||||
```
|
Loading…
Reference in New Issue
Block a user