Well, I intend to use Nginx as a proxy server. In doing so all my traffic
will flow through the proxy. I then intend to write a module to do what I
intend as the data will then inherently flow via my module.
I did a small proof of concept using HaProxy (which is also not an IPS/IDS)
and was able t
Hi All,
We have an existing TCP/TLS based server application 'A' in production.
Around 10K users can connect to this application. We now have a requirement
as follows:
1). Intercept the traffic between Client and A
2). 'Inspect' the packet for a certain logic
3). If the packet matches, call a p