VXVX Docs

Trojan

TrojanServerConfig and TrojanClientConfig

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

TrojanServerConfig

users

Password is in secret

vision
bool

Enable Trojan Vision (similar to VLESS xtls-rprx-vision). Both client and server must be enabled at the same time.

{
  "@type": "type.googleapis.com/vx.proxy.trojan.TrojanServerConfig",
  "vision": true,
  "users": [{ "id": "user1", "secret": "your-password" }]
}

TrojanClientConfig

password
string

Trojan password

vision
bool

Enable Trojan Vision

Comments