I'm trying to test a fancy traffic analyzer app, which I have running on port 8890.
My current plan is to let any HTTP request come into Squid, on port 3128, and let it process the request, and then just before it sends the response back, use iptables to redirect the response packets (leaving port 3128) to port 8890.
I've
…