1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-13 11:20:42 +00:00

add reduced iv head entropy to simplified config

This commit is contained in:
Shelikhoo 2022-01-14 12:14:56 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 0746740b10
commit d8f36941a8

View File

@ -28,4 +28,5 @@ message ClientConfig {
uint32 port = 2;
string method = 3;
string password = 4;
bool experiment_reduced_iv_head_entropy = 90001;
}