1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

Zero Security imaginary security level

This commit is contained in:
Shelikhoo 2021-03-01 15:30:36 +00:00
parent 733c5dea88
commit 833997df5a
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -13,6 +13,7 @@ enum SecurityType {
AES128_GCM = 3; AES128_GCM = 3;
CHACHA20_POLY1305 = 4; CHACHA20_POLY1305 = 4;
NONE = 5; NONE = 5;
ZERO = 6;
} }
message SecurityConfig { message SecurityConfig {