VXVX Docs

SOCKS

SocksServerConfig and SocksClientConfig

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

AuthType

ValueDescription
NO_AUTHAnonymous
PASSWORDUsername/password

SocksServerConfig

FieldTypeDescription
authTypeAuthTypeAuthentication mode
accountsUserConfig[]Users when PASSWORD
addressstringBND.ADDR in SOCKS reply
udpEnabledboolEnable UDP associate

SocksClientConfig

FieldTypeDescription
namestringUsername
passwordstringPassword
delayAuthWriteboolDelay auth write on connection
{
  "@type": "type.googleapis.com/vx.proxy.socks.SocksServerConfig",
  "authType": "PASSWORD",
  "udpEnabled": true,
  "accounts": [{ "id": "u1", "secret": "pass" }]
}

Comments