移除冗余引用

This commit is contained in:
CN-JS-HuiBai
2026-04-15 00:36:40 +08:00
parent eb7773e9e6
commit d9b55fd04c

View File

@@ -19,7 +19,6 @@ import (
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing-box/service/ssmapi"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
"github.com/sagernet/sing/common/json/badoption"
"github.com/sagernet/sing/service"
@@ -337,8 +336,9 @@ func (s *Service) setupNode() error {
Listen: &listenAddr,
ListenPort: uint16(inner.Port),
},
TLS: tlsOptions,
Flow: inner.Flow,
InboundTLSOptionsContainer: option.InboundTLSOptionsContainer{
TLS: tlsOptions,
},
}
// Handle Reality