Skip to content

ProxyProtocolV2Address

Defined in: src/launcher/proxy-protocol-v2.ts:24

Asserted TCP endpoints from one strictly validated PROXY protocol v2 preamble.

readonly destination: ProxyProtocolV2Endpoint;

Defined in: src/launcher/proxy-protocol-v2.ts:28

Worker destination endpoint asserted by the trusted proxy.


readonly source: ProxyProtocolV2Endpoint;

Defined in: src/launcher/proxy-protocol-v2.ts:26

Original client endpoint asserted by the trusted proxy.