1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

add reduced iv head entropy to simplified config processor

This commit is contained in:
Shelikhoo 2022-01-14 12:18:25 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 3fb2852201
commit d7eb207c12

View File

@ -39,6 +39,7 @@ func init() {
Account: serial.ToTypedMessage(&shadowsocks.Account{ Account: serial.ToTypedMessage(&shadowsocks.Account{
Password: simplifiedClient.Password, Password: simplifiedClient.Password,
CipherType: shadowsocks.CipherFromString(simplifiedClient.Method), CipherType: shadowsocks.CipherFromString(simplifiedClient.Method),
ExperimentReducedIvHeadEntropy: simplifiedClient.ExperimentReducedIvHeadEntropy,
}), }),
}, },
}, },