Trojan
TrojanServerConfig and TrojanClientConfig
Proto: protos/proto/vx/proxy/trojan/trojan.proto
TrojanServerConfig
| Field | Type | Description |
|---|---|---|
users | UserConfig[] | Password in secret |
vision | bool | Enable Trojan Vision |
{
"@type": "type.googleapis.com/vx.proxy.trojan.TrojanServerConfig",
"vision": true,
"users": [{ "id": "user1", "secret": "your-password" }]
}TrojanClientConfig
| Field | Type | Description |
|---|---|---|
password | string | Trojan password |
special | bool | Internal / extended use |
vision | bool | Enable Trojan Vision |
Often used with TLS on port 443.