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") {