How to use iptables to foward outbound web traffic to a proxy?
Posted
by jnman
on Server Fault
See other posts from Server Fault
or by jnman
Published on 2010-03-18T01:07:49Z
Indexed on
2010/03/18
1:11 UTC
Read the original article
Hit count: 365
I've been hitting my head for a while as to how to do this. The scenario is as follows: I want to be able to forward all outbound web traffic from a browswer to Tor so that it is properly anonymized. Normally, one could just set the http proxy in the browser and be done with it but this is with a browser without the ability to do so specifically, a mobile browser.
So ideally, what could be done then is to intercept all web/dns traffic requests from the browser and send it to Tor. Assume for this, that Tor will be running on the device too.
© Server Fault or respective owner