1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-21 15:05:23 +00: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
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

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("{}")
}