From 2d89cfefa7187f976f1f2b7a29450efefd656590 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Wed, 15 Apr 2026 02:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E8=A6=81=E7=9C=8B=E5=88=B0=E8=BF=99?= =?UTF-8?q?=E4=B8=A4=E6=9D=A1=EF=BC=8C=E7=AB=AF=E5=8F=A3=E9=87=8D=E7=8E=B0?= =?UTF-8?q?=E5=A4=A9=E6=97=A5=EF=BC=8C=E8=AF=B7=E6=8B=94=E5=89=91=E5=BC=80?= =?UTF-8?q?=E6=B5=8B=EF=BC=81=E5=88=9A=E6=89=8D=E6=88=91=E4=BB=AC=E7=9A=84?= =?UTF-8?q?=E5=AF=86=E9=92=A5=E5=AF=B9=E9=BD=90=E5=85=B6=E5=AE=9E=E6=97=A9?= =?UTF-8?q?=E9=83=BD=E6=88=90=E5=8A=9F=E4=BA=86=EF=BC=8C=E5=8F=AA=E6=98=AF?= =?UTF-8?q?=E8=A2=AB=E8=BF=99=E6=89=87=E8=AF=A5=E6=AD=BB=E4=B8=94=E6=B2=A1?= =?UTF-8?q?=E4=B8=8A=E9=94=81=E7=9A=84=E2=80=9C=E5=A4=A7=E9=97=A8=E2=80=9D?= =?UTF-8?q?=E6=8C=A1=E5=9C=A8=E4=BA=86=E5=A4=96=E9=9D=A2=EF=BC=81?= 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 d1456de0..cbe45091 100644 --- a/service/xboard/service.go +++ b/service/xboard/service.go @@ -621,7 +621,6 @@ func (s *Service) setupNode() error { ssOptions := &option.ShadowsocksInboundOptions{ ListenOptions: listen, Method: method, - Network: "tcp,udp", Managed: true, }