package envoy.extensions.http.original_ip_detection.custom_header.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CustomHeaderConfig

custom_header.proto:27

This extension allows for the original downstream remote IP to be detected by reading the value from a configured header name. If the value is successfully parsed as an IP, it'll be treated as the effective downstream remote address and seen as such by all filters. See :ref:`original_ip_detection_extensions <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.original_ip_detection_extensions>` for an overview of how extensions operate and what happens when an extension fails to detect the remote IP. [#extension: envoy.http.original_ip_detection.custom_header]