[NTLUG:Discuss] Domain Hijacking / interception / filtering/redirection
Thomas Cameron
thomas.cameron at camerontech.com
Sun Jan 18 11:58:18 CST 2004
You could also look at Privoxy (http://www.privoxy.org/). It seems it would
be very easy to set an iptables rule so that any traffic destined for port
80 on the Internet be redirected to port 8080 (or whatever you run Privoxy
on) so that there would be no client configuration.
I think it would look something like this:
iptables -t nat -A PREROUTING -p tcp -d 0/0 --dport 80 -j
DNAT --to-destination [your.proxy.address:8080]
Then again I could totally be smoking crack. ;-)
--
Regards,
Thomas Cameron
More information about the Discuss
mailing list