From bd95fb4a089876aa275be6cd4199c09f55cba657 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 01:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E6=AC=A1=E4=BF=AE=E5=A4=8D=E5=90=8E?= =?UTF-8?q?=EF=BC=8CSS2022=20=E7=9A=84=20Key=20=E5=A4=84=E7=90=86=E5=B0=86?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E7=AC=A6=E5=90=88=20Xboard=20=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E4=B8=AD=E7=9A=84=E2=80=9C=E5=8F=8C=E9=87=8D=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E2=80=9D=E9=80=BB=E8=BE=91=EF=BC=88=E5=8D=B3=E5=8E=9F?= =?UTF-8?q?=E5=A7=8B=E5=AD=97=E7=AC=A6=E4=B8=B2=E5=85=88=E8=BD=AC=E5=8D=95?= =?UTF-8?q?=E5=B1=82=20Base64=20=E4=BA=A4=E7=BB=99=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=AB=AF=EF=BC=8C=E6=9C=8D=E5=8A=A1=E7=AB=AF=E7=9A=84=20Base64?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E5=86=8D=E8=A2=AB=20Sing-box=20=E8=A7=A3?= =?UTF-8?q?=E7=A0=81=E5=9B=9E=E5=8E=9F=E5=A7=8B=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E5=8C=B9=E9=85=8D=EF=BC=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/xboard/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/xboard/service.go b/service/xboard/service.go index 6eee0617..af362856 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -626,7 +626,6 @@ func (s *Service) setupNode() error { ssOptions.Password = ss2022Key(serverKey, keyLen) // Create a dummy user (will be replaced by syncUsers) - keyLen := ss2022KeyLength(method) dummyKey := make([]byte, keyLen) _, _ = rand.Read(dummyKey) ssOptions.Users = []option.ShadowsocksUser{{