Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-31 17:00:07 +08:00
committed by GitHub
parent ddf0bfc026
commit 8877384dd9
+1 -1
View File
@@ -1558,7 +1558,7 @@ argogd=$(cat $WORKDIR/ARGO_DOMAIN.log 2>/dev/null)
checkhttp=$(curl --max-time 2 -o /dev/null -s -w "%{http_code}\n" "https://$argogd")
if [[ "$checkhttp" == 404 ]]; then
check="域名有效"
elif [[ "$argogd" =~ ddns-ip|cloudns ]]; then
elif [[ "$argogd" =~ ddns|cloudns|dynamic|cloud-ip ]]; then
check="域名可能有效,请自行检测argo节点是否可用"
else
check="固定域名无效,请检查域名、端口、密钥token是否输入有误"