From fbcd13aafcb05a559e0680b5b80cf28cf5e24b33 Mon Sep 17 00:00:00 2001 From: yyhuni Date: Tue, 16 Dec 2025 18:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1dffa09e..e84599d7 100755 --- a/install.sh +++ b/install.sh @@ -215,7 +215,7 @@ show_summary() { echo -e "${YELLOW}[!] 云服务器某些厂商默认开启了安全策略(阿里云/腾讯云/华为云等):${RESET}" echo -e " 端口未放行可能导致无法访问或无法扫描,强烈推荐用国外vps,或者在云控制台放行:" - echo -e " ${CYAN}有远程 Worker:${RESET}80, 443, 8888, 5432, 6379" + echo -e " ${RESET}80, 443, 3000,8888, 5432, 6379" echo }