VMess
VmessServerConfig and VmessClientConfig
Proto: protos/proto/vx/proxy/vmess/vmess.proto
VmessServerConfig
secureEncryptionOnlybool
Reject legacy encryption
{
"@type": "type.googleapis.com/vx.proxy.vmess.VmessServerConfig",
"secureEncryptionOnly": true,
"accounts": [{ "id": "uuid-here", "userLevel": 0 }]
}VmessClientConfig
idstring
Like a password; can be any string
alterIduint32
Legacy alterId (usually 0)
SecurityType
UNKNOWN0
LEGACY1
AUTO2
AES128_GCM3
CHACHA20_POLY13054
NONE5
ZERO6
Use enum names in JSON (for example "security": "CHACHA20_POLY1305").