VXVX Docs

VLESS

VlessServerConfig and VlessClientConfig

Proto: protos/proto/vx/proxy/vless/vless.proto

VlessServerConfig

FieldTypeDescription
usersUserConfig[]Allowed users; id is UUID, secret optional
{
  "@type": "type.googleapis.com/vx.proxy.vless.VlessServerConfig",
  "users": [
    { "id": "66ad4540-b58c-4ad2-9926-ea63445a9b57", "userLevel": 0 }
  ]
}

VlessClientConfig

FieldTypeDescription
idstringAccount UUID
flowstringFlow control, e.g. xtls-rprx-vision
encryptionstringClient-only; currently none
{
  "@type": "type.googleapis.com/vx.proxy.vless.VlessClientConfig",
  "id": "66ad4540-b58c-4ad2-9926-ea63445a9b57",
  "flow": "xtls-rprx-vision",
  "encryption": "none"
}

Vision flow typically pairs with REALITY or TLS on the transport.

Comments