Fix shadowsocks UoT

This commit is contained in:
Mahdi
2025-03-10 14:47:59 +08:00
committed by 世界
parent 8946a6d2d0
commit 63e6c85f6f
+1 -1
View File
@@ -61,7 +61,7 @@ func newInbound(ctx context.Context, router adapter.Router, logger log.ContextLo
logger: logger,
}
var err error
inbound.router, err = mux.NewRouterWithOptions(router, logger, common.PtrValueOrDefault(options.Multiplex))
inbound.router, err = mux.NewRouterWithOptions(inbound.router, logger, common.PtrValueOrDefault(options.Multiplex))
if err != nil {
return nil, err
}