mirror of
https://github.com/netchx/netch.git
synced 2026-04-29 21:59:34 +08:00
Add VMess zero method
This commit is contained in:
@@ -104,7 +104,8 @@ public class VMessGlobal
|
||||
"auto",
|
||||
"none",
|
||||
"aes-128-gcm",
|
||||
"chacha20-poly1305"
|
||||
"chacha20-poly1305",
|
||||
"zero"
|
||||
};
|
||||
|
||||
public static readonly List<string> QUIC = new()
|
||||
|
||||
Reference in New Issue
Block a user