slact / nginx_proxy_protocol_tlv_vars

Patch Nginx to support for Proxy Protocol v2 TLV parsing to variables for http and stream modules.
Other
13 stars 4 forks source link

Any plan to support latest nginx? #4

Open tomohisaota opened 3 years ago

tomohisaota commented 3 years ago

First of all, thank you for great patch. I am trying to use Private Link + NLB + nginx configuration, and looking for a way to parse TLV vars. Your patch seems to be best option so far, but it seems that it is not tracking latest nginx version

Do you have any plan to create new patch for latest nginx? Or do you know any other good option to read TLV vars?

Thanks,

rchernobelskiy commented 1 year ago

Looks like they open sourced it in 1.23: http://nginx.org/en/docs/stream/ngx_stream_core_module.html#var_proxy_protocol_tlv_ At least access to the TLV vars, still have to decode them but not too difficult with js/lua