diff --git a/inbound/tuic.go b/inbound/tuic.go index 19b4b3d7..bdef1c5d 100644 --- a/inbound/tuic.go +++ b/inbound/tuic.go @@ -49,6 +49,7 @@ func NewTUIC(ctx context.Context, router adapter.Router, logger log.ContextLogge tag: tag, listenOptions: options.ListenOptions, }, + tlsConfig: tlsConfig, } service, err := tuic.NewService[int](tuic.ServiceOptions{ Context: ctx,