请再次编译部署。如果依然不通,我将怀疑 UpdateUsers 接口对于 SS2022 是否需要对 flows 数组的长度进行额外对齐(比如必须全空或全非空)。但这一版目前是最合理的。
This commit is contained in:
@@ -625,11 +625,6 @@ func (s *Service) setupNode() error {
|
||||
Network: "tcp,udp",
|
||||
Managed: true,
|
||||
}
|
||||
if s.options.Multiplex != nil && s.options.Multiplex.Enabled {
|
||||
ssOptions.Multiplex = &option.InboundMultiplexOptions{
|
||||
Enabled: true,
|
||||
}
|
||||
}
|
||||
|
||||
if strings.Contains(method, "2022") {
|
||||
// SS2022: server_key is used DIRECTLY as PSK (like V2bX core/sing/node.go:251)
|
||||
|
||||
Reference in New Issue
Block a user