Browse Source

add reduced iv head entropy to simplified config

Shelikhoo 3 years ago
parent
commit
d8f36941a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      proxy/shadowsocks/simplified/config.proto

+ 1 - 0
proxy/shadowsocks/simplified/config.proto

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