Commit e0c32ce7 authored by neil's avatar neil
Browse files

minor

parent e65144a1
...@@ -3986,9 +3986,11 @@ _ns_lookup() { ...@@ -3986,9 +3986,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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment