Created Explicitly use DOH (markdown)
parent
d138fc7433
commit
052eb56e81
|
@ -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