From 18ad94434588c0a2901368effeffc7a915c3b098 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:48:27 +0800 Subject: [PATCH] Update cf-tunnel.sh --- dev/cf-tunnel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/cf-tunnel.sh b/dev/cf-tunnel.sh index bf1cc44..582a886 100644 --- a/dev/cf-tunnel.sh +++ b/dev/cf-tunnel.sh @@ -66,7 +66,7 @@ if [[ "$MODE" == "1" ]]; then echo -e "${YELLOW}等待 cloudflared 输出访问域名...${NC}" - for i in {1..30}; do + for i in {1..60}; do DOMAIN=$(grep -oP 'https://[a-zA-Z0-9-]+\.trycloudflare\.com' "$LOGFILE" | head -n1) if [[ -n "$DOMAIN" ]]; then echo ""