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