ProxyProtocolV2Endpoint
Defined in: src/launcher/proxy-protocol-v2.ts:16
One TCP endpoint asserted by a trusted PROXY protocol sender.
Properties
Section titled “Properties”address
Section titled “address”readonly address: string;Defined in: src/launcher/proxy-protocol-v2.ts:18
Normalized IPv4 or IPv6 address asserted by the trusted proxy.
readonly port: number;Defined in: src/launcher/proxy-protocol-v2.ts:20
TCP port asserted by the trusted proxy.
