<div dir="ltr">Hi,<br>Is there any way to get the destination IP address in the stream layer (ngx_stream_core_module)<br><br>The SNI header of the destination can be gotten from "ssl_preread_server_name"<br><div><br></div><div>Similarly, how to get the destination IP address in the stream(L4) or L3 layer from the request?</div><div><br></div><div>Suppose my request is as follows </div><div><span style="font-weight:bold;font-size:9.75pt">curl </span><a href="https://domain.example/" target="_blank" style="font-weight:bold;font-size:9.75pt">https://DOMAIN.EXAMPLE</a><span style="font-size:9.75pt"><b> --resolve 'DOMAIN.EXAMPLE:443:192.0.2.17'</b><br><br>I want to get the IP </span><span style="font-size:9.75pt">192.0.2.17 </span></div><div><span style="font-size:9.75pt">Which nginx variable would be mapped to this?</span></div></div>