diff options
author | Roger Dingledine <arma@torproject.org> | 2003-10-16 21:55:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-10-16 21:55:27 +0000 |
commit | 5aec141c4899b2cf151cc57d0db0888613d1d7bf (patch) | |
tree | f56e51b5765c2306e2033eac6bc42ee8106e756e /INSTALL | |
parent | f6e202307b13efe7618552c7de22bac5a6f01a93 (diff) | |
download | tor-5aec141c4899b2cf151cc57d0db0888613d1d7bf.tar.gz tor-5aec141c4899b2cf151cc57d0db0888613d1d7bf.zip |
mention that you can run tor with "-l warn"
svn:r608
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,13 +8,15 @@ Quickstart version for users: 4) cd src/config 5) ../or/tor -f oprc You don't need to run this as root, and you probably shouldn't. + (Once you're comfortable running it, you can run it with "-l warn", + which will only log things that you need to know.) 6) point your browser to socks4 or socks5 proxy at localhost port 9050. In mozilla, this is in edit|preferences|advanced|proxies. This allows you to test to make sure tor is installed correctly. (If you have a personal firewall, be sure to allow connections to - localhost port 9050.) + localhost port 9050.) (If you're using Safari as your browser, keep in mind that it claims - to support socks but does not. You must do step 8.) + to support socks but does not. You must do step 8.) 7) make sure you've set it up correctly: go to http://www.junkbusters.com/cgi-bin/privacy and see what IP it says you're coming from. If it works, you should probably go on to step 8, |