From d79b131c3c3f11665549b882e00b2126d618a3c7 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 01:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E7=AD=89=EF=BC=81=E6=88=91=E8=A6=81?= =?UTF-8?q?=E5=9C=A8=E4=BB=A3=E7=A0=81=E9=87=8C=E5=8A=A0=E4=B8=80=E8=A1=8C?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=8E=9F=E5=A7=8B=20serverKey=20=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E8=8A=82=E9=95=BF=E5=BA=A6=EF=BC=8C=E8=BF=99=E6=A0=B7?= =?UTF-8?q?=E6=88=91=E4=BB=AC=E5=B0=B1=E7=9F=A5=E9=81=93=E5=AE=83=E5=88=B0?= =?UTF-8?q?=E5=BA=95=E6=98=AF=E4=B8=8D=E6=98=AF=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=20Hex=20=E6=88=96=E4=BA=8C=E8=BF=9B=E5=88=B6=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/xboard/service.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/service/xboard/service.go b/service/xboard/service.go index e2df89fe..95adf0b4 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -623,6 +623,12 @@ func (s *Service) setupNode() error { ListenOptions: listen, Method: method, 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") {