Open tomohisaota opened 3 years 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
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,