Ubuntu - Install privoxy to visit blocked web
Privoxy is worked with Tor. And it can forward http requests to socks requests used by Tor.
1) To install privoxy:
sudo apt-get install privoxy2) To config privoxy
sudo vi /etc/privoxy/configlisten-address :8118
forward-socks4a / localhost:9050 .
3) To restart privoxy
sudo /etc/init.d/privoxy restart4) To configure Firefox
Edit->Preferences->Advanced->Network->Settings->Manual proxy Configuration:
http prosy: localhost Port: 8118
2 Comments:
nice
what i really want is privoxy on Windows CE
I've been trying to get it to compile on embedded c++ but it's beyond my skills
This comment has been removed by a blog administrator.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home