Freedom, Blackhole, Dokodemo
Built-in inbound/outbound protocol configuration
Freedom
Direct outbound — traffic is sent without passing through an upstream proxy.
Proto: freedom.proto
FreedomConfig has no fields.
{
"@type": "type.googleapis.com/vx.proxy.freedom.FreedomConfig"
}Used as the server default direct outbound.
Blackhole
Drops traffic (blocking).
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
addressForward destination address
portDestination port
networksTCP, UDP, etc.
{
"@type": "type.googleapis.com/vx.proxy.dokodemo.DokodemoConfig",
"address": "127.0.0.1",
"port": 8080,
"networks": ["TCP"]
}