From b4e36bb7f15527544fb83dcd6d037e4de1b027e7 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:21:42 +0800 Subject: [PATCH] =?UTF-8?q?VPS=E4=B8=80=E9=94=AE=E5=9B=9B=E5=90=88?= =?UTF-8?q?=E4=B8=80=E8=84=9A=E6=9C=AC(reality+vmess-argo+hysteria2+tuic5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sing-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sing-box.sh b/sing-box.sh index a09f430..b240d37 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -1331,7 +1331,7 @@ check_nodes() { if [ ${check_singbox} -eq 0 ]; then while IFS= read -r line; do purple "${purple}$line"; done < ${work_dir}/url.txt server_ip=$(get_realip) - lujing=$(sed -n 's|.*location /||p' /etc/nginx/nginx.conf | awk '{print $1}' + lujing=$(sed -n 's|.*location /||p' /etc/nginx/nginx.conf | awk '{print $1}') sub_port=$(sed -n 's/^\s*listen \([0-9]\+\);/\1/p' /etc/nginx/nginx.conf) green "\n节点订阅链接:http://${server_ip}:${sub_port}/${lujing}\n" else