VXVX Docs

AnyTLS

AnytlsServerConfig and AnytlsClientConfig

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

AnytlsServerConfig

FieldTypeDescription
usersUserConfig[]Password in secret

AnytlsClientConfig

FieldTypeDescription
passwordstringAuth password
idleSessionCheckIntervaluint32Session idle check interval
idleSessionTimeoutuint32Close idle sessions after this
minIdleSessionuint32Minimum pooled sessions
{
  "@type": "type.googleapis.com/vx.proxy.anytls.AnytlsServerConfig",
  "users": [{ "secret": "your-password" }]
}

Use with TLS or WebSocket transport as needed.

Comments