diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-18 23:34:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-18 23:34:41 +0000 |
commit | ffc8cbb3cdd38155c162da0cd5fb785b4ee77df4 (patch) | |
tree | 77c2a3f3499f29888ae6b751eab15267d60410be | |
parent | c8b621b1471779089c24def32b97d6c618be3978 (diff) | |
download | tor-ffc8cbb3cdd38155c162da0cd5fb785b4ee77df4.tar tor-ffc8cbb3cdd38155c162da0cd5fb785b4ee77df4.tar.gz |
mention that you can add the line to privoxy's config file anywhere
svn:r2300
-rw-r--r-- | doc/tor-doc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 55942acf0..af3ea5796 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -192,8 +192,8 @@ not.)</p> href="http://www.privoxy.org/">privoxy</a>, which is a filtering web proxy that integrates well with Tor. Add the line <br> <tt>forward-socks4a / localhost:9050 .</tt><br> -(don't forget the dot) to its -config file. Then change your mozilla to http proxy at localhost port 8118 +(don't forget the dot) to its config file (you can just add it to the +top). Then change your mozilla to http proxy at localhost port 8118 (and no socks proxy). You should also set your SSL proxy to the same thing, to hide your https traffic. Using privoxy is necessary because <a href="http://freehaven.net/tor/cvs/doc/CLIENTS">Mozilla leaks your |