mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-09 09:12:44 +00:00
minor
This commit is contained in:
parent
cd06f8478f
commit
4bd0872322
4
acme.sh
4
acme.sh
@ -3988,9 +3988,11 @@ _ns_lookup() {
|
|||||||
elif _ns_is_available_ali; then
|
elif _ns_is_available_ali; then
|
||||||
_debug "Use aliyun doh server"
|
_debug "Use aliyun doh server"
|
||||||
export DOH_USE=$DOH_ALI
|
export DOH_USE=$DOH_ALI
|
||||||
else _ns_is_available_dp;
|
elif _ns_is_available_dp;
|
||||||
_debug "Use dns pod doh server"
|
_debug "Use dns pod doh server"
|
||||||
export DOH_USE=$DOH_DP
|
export DOH_USE=$DOH_DP
|
||||||
|
else
|
||||||
|
_err "No doh"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user