diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-11 23:57:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-11 23:57:33 +0000 |
commit | 88a068b594074e050a970a6b326f672e134eaf25 (patch) | |
tree | cd50235cf8d1cf7b7f9d31f434ab3871fb4b7787 /INSTALL | |
parent | 5ccb28c335959463efd45f304f2a25ebb46a849c (diff) | |
download | tor-88a068b594074e050a970a6b326f672e134eaf25.tar.gz tor-88a068b594074e050a970a6b326f672e134eaf25.zip |
don't forget the dot in privoxy config line.
svn:r578
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -19,9 +19,10 @@ Quickstart version for users: to get better privacy. 8) Optionally, install privoxy (www.privoxy.org), and add the line - "forward-socks4a / localhost:9050 ." (without the quotes) to its config - file. Then change your mozilla to http proxy at localhost port 8118 (and - no socks proxy). This step will give you good html scrubbing as well. + "forward-socks4a / localhost:9050 ." (without the quotes -- don't forget + the dot) to its config file. Then change your mozilla to http proxy + at localhost port 8118 (and no socks proxy). This step will give you + good html scrubbing as well. (See doc/CLIENTS for why direct socks gives you less anonymity.) *****If this works for you, you can stop reading here****** |