Migrate shadowsocks-2022 to protocol library

This commit is contained in:
世界
2022-05-25 17:25:26 +08:00
parent c375b144f8
commit 79f3057687
8 changed files with 39 additions and 72 deletions
-1
View File
@@ -35,5 +35,4 @@ message ClientConfig {
uint32 port = 2;
string method = 3;
string key = 4;
bool reduced_iv_head_entropy = 5;
}