AnyTLS
AnytlsServerConfig and AnytlsClientConfig
Proto: protos/proto/vx/proxy/anytls/anytls.proto
AnytlsServerConfig
| Field | Type | Description |
|---|---|---|
users | UserConfig[] | Password in secret |
AnytlsClientConfig
| Field | Type | Description |
|---|---|---|
password | string | Auth password |
idleSessionCheckInterval | uint32 | Session idle check interval |
idleSessionTimeout | uint32 | Close idle sessions after this |
minIdleSession | uint32 | Minimum pooled sessions |
{
"@type": "type.googleapis.com/vx.proxy.anytls.AnytlsServerConfig",
"users": [{ "secret": "your-password" }]
}