1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-16 18:49:16 -04:00

added special handling for none security: remove duplicate

This commit is contained in:
Shelikhoo
2021-09-05 11:09:20 +01:00
parent 8609a59322
commit 2c0dec18b5

View File

@@ -31,7 +31,7 @@ func (s StreamConfig) BuildV5(ctx context.Context) (proto.Message, error) {
Settings: serial.ToTypedMessage(transportConfigPack),
})
if s.Security != "none" && s.Security != "" {
if s.Security != "none" {
if s.SecuritySettings == nil {
s.SecuritySettings = []byte("{}")
}