Add support for kTLS

Reference: https://gitlab.com/go-extension/tls
This commit is contained in:
世界
2025-09-07 21:03:32 +08:00
parent 955e3f35e9
commit f18bcdafd7
59 changed files with 2679 additions and 223 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func (n *Inbound) Start(stage adapter.StartStage) error {
if err != nil {
return E.Cause(err, "create TLS config")
}
tlsConfig, err = n.tlsConfig.Config()
tlsConfig, err = n.tlsConfig.STDConfig()
if err != nil {
return err
}