diff --git a/Explicitly-use-DOH.md b/Explicitly-use-DOH.md new file mode 100644 index 0000000..7dd0046 --- /dev/null +++ b/Explicitly-use-DOH.md @@ -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 +``` \ No newline at end of file