From daa8239255db4cda304dc2accb8948098b3ace33 Mon Sep 17 00:00:00 2001 From: mango Date: Sat, 14 Feb 2026 21:09:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=89=E5=8D=95=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=97=B6=E6=B8=85=E7=A9=BA=E5=8F=A6=E4=B8=80=E7=BB=84=E5=8F=98?= =?UTF-8?q?=E9=87=8F=EF=BC=8C=E9=81=BF=E5=85=8D=E9=87=8D=E5=A4=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ss-rust.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ss-rust.sh b/ss-rust.sh index 2ad2d0b..32f427d 100644 --- a/ss-rust.sh +++ b/ss-rust.sh @@ -149,6 +149,7 @@ gen_config() { } EOF NODE_MODE="ss2022" + PORT_RAW="" ; KEY_RAW="" ; METHOD_RAW="" ;; 2) cat > /etc/shadowsocks-rust/config.json << EOF @@ -166,6 +167,7 @@ EOF } EOF NODE_MODE="ss128" + PORT_2022="" ; KEY_2022="" ; METHOD_2022="" ;; 3|*) cat > /etc/shadowsocks-rust/config.json << EOF