feat: vmess zero encryption (#333)

This commit is contained in:
秋のかえで 2021-03-05 16:41:18 +08:00 committed by GitHub
parent e9ea658852
commit 1dae2c5636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 125 additions and 9 deletions

View file

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