From 2ed3762fc542c86d3d247354a38ab3fea6658e99 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 01:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E5=86=8D=E6=AC=A1=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E3=80=82=E5=A6=82=E6=9E=9C=E4=BE=9D=E7=84=B6?= =?UTF-8?q?=E4=B8=8D=E9=80=9A=EF=BC=8C=E6=88=91=E5=B0=86=E6=80=80=E7=96=91?= =?UTF-8?q?=20UpdateUsers=20=E6=8E=A5=E5=8F=A3=E5=AF=B9=E4=BA=8E=20SS2022?= =?UTF-8?q?=20=E6=98=AF=E5=90=A6=E9=9C=80=E8=A6=81=E5=AF=B9=20flows=20?= =?UTF-8?q?=E6=95=B0=E7=BB=84=E7=9A=84=E9=95=BF=E5=BA=A6=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E9=A2=9D=E5=A4=96=E5=AF=B9=E9=BD=90=EF=BC=88=E6=AF=94=E5=A6=82?= =?UTF-8?q?=E5=BF=85=E9=A1=BB=E5=85=A8=E7=A9=BA=E6=88=96=E5=85=A8=E9=9D=9E?= =?UTF-8?q?=E7=A9=BA=EF=BC=89=E3=80=82=E4=BD=86=E8=BF=99=E4=B8=80=E7=89=88?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E6=98=AF=E6=9C=80=E5=90=88=E7=90=86=E7=9A=84?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/xboard/service.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/service/xboard/service.go b/service/xboard/service.go index 95adf0b4..22acabf8 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -625,11 +625,6 @@ func (s *Service) setupNode() error { Network: "tcp,udp", Managed: true, } - if s.options.Multiplex != nil && s.options.Multiplex.Enabled { - ssOptions.Multiplex = &option.InboundMultiplexOptions{ - Enabled: true, - } - } if strings.Contains(method, "2022") { // SS2022: server_key is used DIRECTLY as PSK (like V2bX core/sing/node.go:251)