Skip to content

Commit

Permalink
add reduced iv head entropy to simplified config processor
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jan 15, 2022
1 parent 3fb2852 commit d7eb207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proxy/shadowsocks/simplified/config.go
Expand Up @@ -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,
}),
},
},
Expand Down

0 comments on commit d7eb207

Please sign in to comment.