VXVX Docs

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

FieldDescription
addressTarget address to forward to
portTarget port
networksTCP, UDP, …
{
  "@type": "type.googleapis.com/vx.proxy.dokodemo.DokodemoConfig",
  "address": "127.0.0.1",
  "port": 8080,
  "networks": ["TCP"]
}

Comments