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
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@ func init() {
User: []*protocol.User{
{
Account: serial.ToTypedMessage(&shadowsocks.Account{
Password: simplifiedClient.Password,
CipherType: shadowsocks.CipherFromString(simplifiedClient.Method),
Password: simplifiedClient.Password,
CipherType: shadowsocks.CipherFromString(simplifiedClient.Method),
ExperimentReducedIvHeadEntropy: simplifiedClient.ExperimentReducedIvHeadEntropy,
}),
},
},