mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
feat: vmess zero encryption (#333)
This commit is contained in:
parent
e9ea658852
commit
1dae2c5636
5 changed files with 125 additions and 9 deletions
|
@ -13,6 +13,7 @@ enum SecurityType {
|
|||
AES128_GCM = 3;
|
||||
CHACHA20_POLY1305 = 4;
|
||||
NONE = 5;
|
||||
ZERO = 6;
|
||||
}
|
||||
|
||||
message SecurityConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue