mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-31 12:49:22 +00:00
Fix TUIC server TLS config not started
This commit is contained in:
parent
d9853ca2be
commit
2686e8afea
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ func NewTUIC(ctx context.Context, router adapter.Router, logger log.ContextLogge
|
||||||
tag: tag,
|
tag: tag,
|
||||||
listenOptions: options.ListenOptions,
|
listenOptions: options.ListenOptions,
|
||||||
},
|
},
|
||||||
|
tlsConfig: tlsConfig,
|
||||||
}
|
}
|
||||||
service, err := tuic.NewService[int](tuic.ServiceOptions{
|
service, err := tuic.NewService[int](tuic.ServiceOptions{
|
||||||
Context: ctx,
|
Context: ctx,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue