移除冗余引用
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user