mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
add reduced iv head entropy to simplified config processor
This commit is contained in:
parent
3fb2852201
commit
d7eb207c12
@ -39,6 +39,7 @@ func init() {
|
||||
Account: serial.ToTypedMessage(&shadowsocks.Account{
|
||||
Password: simplifiedClient.Password,
|
||||
CipherType: shadowsocks.CipherFromString(simplifiedClient.Method),
|
||||
ExperimentReducedIvHeadEntropy: simplifiedClient.ExperimentReducedIvHeadEntropy,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user