From 847a9e6fb7128421aee674eb4612ea18896ce932 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:18:35 +0800 Subject: [PATCH] Update sing-box.sh --- sing-box.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sing-box.sh b/sing-box.sh index a924ab9..0c16230 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -1201,8 +1201,8 @@ fi get_quick_tunnel() { restart_argo yellow "获取临时argo域名中,请稍等...\n" -sleep 6 -get_argodomain=$(grep -oE 'https://[[:alnum:]+\.-]+\.trycloudflare\.com' "${work_dir}/argo.log" | sed 's@https://@@') +sleep 5 +get_argodomain=$(grep -oE 'https://[[:alnum:]+\.-]+\.trycloudflare\.com' "/etc/sing-box/argo.log" | sed 's@https://@@') green "ArgoDomain:${purple}$get_argodomain${re}" ArgoDomain=$get_argodomain }