Freedom, Blackhole, Dokodemo
Built-in inbound/outbound protocol configs
Freedom
Direct outbound — traffic leaves without an upstream proxy.
Proto: freedom.proto
FreedomConfig has no fields.
{
"@type": "type.googleapis.com/vx.proxy.freedom.FreedomConfig"
}Use as the default server direct outbound.
Blackhole
Drops traffic (block).
Proto: blackhole.proto
BlackholeConfig has no fields.
{
"@type": "type.googleapis.com/vx.proxy.blackhole.BlackholeConfig"
}Dokodemo-door
Transparent redirect / port forward inbound.
Proto: dokodemo.proto
| Field | Description |
|---|---|
address | Target address to forward to |
port | Target port |
networks | TCP, UDP, … |
{
"@type": "type.googleapis.com/vx.proxy.dokodemo.DokodemoConfig",
"address": "127.0.0.1",
"port": 8080,
"networks": ["TCP"]
}