=encoding utf-8 =head1 NAME ngx_stream_proxy_protocol_vendor_module - Module ngx_stream_proxy_protocol_vendor_module =head1 The C module (1.23.3) allows obtaining additional information about a connection in cloud platforms from application-specific TLVs of the L header. Supported cloud platforms: =over =item * Amazon Web Services =item * Google Cloud Platform =item * Microsoft Azure =back The PROXY protocol must be previously enabled by setting the C parameter in the L directive. B This module is available as part of our commercial subscription. =head1 Example Configuration server { listen 12345 proxy_protocol; return $proxy_protocol_tlv_gcp_conn_id; } =head1 Embedded Variables =over =item C<$proxy_protocol_tlv_aws_vpce_id> TLV value from the PROXY Protocol header representing the L =item C<$proxy_protocol_tlv_azure_pel_id> TLV value from the PROXY Protocol header representing the L =item C<$proxy_protocol_tlv_gcp_conn_id> TLV value from the PROXY Protocol header representing L =back