VMess
VmessServerConfig 与 VmessClientConfig
Proto:protos/proto/vx/proxy/vmess/vmess.proto
VmessServerConfig
secureEncryptionOnlybool
拒绝旧版加密
{
"@type": "type.googleapis.com/vx.proxy.vmess.VmessServerConfig",
"secureEncryptionOnly": true,
"accounts": [{ "id": "uuid-here", "userLevel": 0 }]
}VmessClientConfig
idstring
类似于密码,可以是任意string
alterIduint32
旧版 alterId(通常为 0)
SecurityType
UNKNOWN0
LEGACY1
AUTO2
AES128_GCM3
CHACHA20_POLY13054
NONE5
ZERO6
JSON 中使用枚举名(例如 "security": "CHACHA20_POLY1305")。