Closed Paper-Dragon closed 2 months ago
Use lua to modify the contents of the body, and then proxy_pass to an address
This goes against the module's design philosophy. This module is intended to be a traffic proxy, not to unpack and manipulate traffic.
So i guess if you wanna meet this, you need to rewrite the CONNECT tunnel proxy and modify logic in pure lua within stream module. This module is only design to proxy.
Does anyone know how to do it?