diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-13 18:16:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-13 18:16:51 +0000 |
commit | 28dfc04674a0e32f8897e8dd482f62ba9cd436f3 (patch) | |
tree | 9db2f49990420dff01af5b514d7a15a9d5d5b4dd | |
parent | 5da6958fa9aafe1b10cd4485f5a84680addb062b (diff) | |
download | tor-28dfc04674a0e32f8897e8dd482f62ba9cd436f3.tar tor-28dfc04674a0e32f8897e8dd482f62ba9cd436f3.tar.gz |
clean up the docs some more
svn:r4199
-rw-r--r-- | doc/tor-doc-osx.html | 6 | ||||
-rw-r--r-- | doc/tor-doc-win32.html | 4 | ||||
-rw-r--r-- | doc/tor-doc.html | 20 |
3 files changed, 16 insertions, 14 deletions
diff --git a/doc/tor-doc-osx.html b/doc/tor-doc-osx.html index 05af4a5b6..e5b99e1de 100644 --- a/doc/tor-doc-osx.html +++ b/doc/tor-doc-osx.html @@ -21,7 +21,7 @@ server" section at <a href="tor-doc.html#server">tor-doc.html</a>.</b> </p> <p> -This document was updated May 6 2005. +This document was updated May 13 2005. </p> <p> The latest beta release of Tor for Macintosh OS X is <a @@ -114,13 +114,13 @@ If you are behind a NAT/Firewall you can use one of the sites listed below to check which IP you are using. When that is done, start Tor and Privoxy and visit any of the sites again. If everything works, your IP address should have changed. - </p> +</p> <p> <!--<a href="http://peertech.org/privacy-knoppix/">peertech</a>, --> <a href="http://www.showmyip.com/">showmyip.com</a> and <a href="http://ipid.shat.net">ipid.shat.net</a> -are sites that basically shows your present IP so you can see +are sites that show your current IP so you can see what address and country you're coming from. </p> diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index 4e641c095..9e4d9ad6d 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -19,7 +19,7 @@ If you want to run a server (please do), read the "Configuring a server" section <a href="tor-doc.html#server">tor-doc.html</a>.</b> </p> <p> -This document was updated May 6 2005. +This document was updated May 13 2005. </p> <p> The latest beta release of Tor for Windows 32 is @@ -130,7 +130,7 @@ If everything works, your IP address should have changed. <!--<a href="http://peertech.org/privacy-knoppix/">peertech</a>, --> <a href="http://www.showmyip.com/">showmyip.com</a> and <a href="http://ipid.shat.net">ipid.shat.net</a> -are sites that basically shows your present IP so you can see +are sites that show your current IP so you can see what address and country you're coming from. </p> diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 1701ac7b0..ebe205d3b 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -188,23 +188,25 @@ the source for the latest version default configuration file, and most people won't need to change any of the settings.</p> -<p>After installing Tor, you should install <a +<p> +After installing Tor, you should install <a href="http://www.privoxy.org/">privoxy</a>, which is a filtering web -proxy that integrates well with Tor. Add the line <br> +proxy that integrates well with Tor. (If you installed the Win32 or OS +X package, see those instructions instead.) +To configure privoxy to use Tor, add the line <br> <tt>forward-socks4a / localhost:9050 .</tt><br> (don't forget the dot) to privoxy's config file (you can just add it to the top). Then change your browser to http proxy at localhost port 8118. (In Mozilla, this is in Edit|Preferences|Advanced|Proxies.) You should also set your SSL proxy to the same thing, to hide your SSL traffic. Using privoxy is <b>necessary</b> because -<a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">Mozilla leaks your -DNS requests when it uses a SOCKS proxy directly</a>. Privoxy also gives +<a href="http://tor.eff.org/cvs/tor/doc/CLIENTS">most browsers leak your +DNS requests when they use a SOCKS proxy directly</a>. Privoxy also gives you good html scrubbing.</p> - <p>To test if it's working, you need to know your normal IP address so you can verify that the address really changes when running Tor. -If you are using Linux or OSX your local IP address is shown by the <tt>ifconfig</tt> +If you are using Linux or OS X your local IP address is shown by the <tt>ifconfig</tt> command. Under Windows go to the Start menu, click Run and enter <tt>cmd</tt>. At the command prompt, enter <tt>ipconfig</tt>. If you are behind a NAT/Firewall you can use one of the sites listed below to check which IP you are using. @@ -216,7 +218,7 @@ If everything works, your IP address should have changed. <!--<a href="http://peertech.org/privacy-knoppix/">peertech</a>, --> <a href="http://www.showmyip.com/">showmyip.com</a> and <a href="http://ipid.shat.net">ipid.shat.net</a> -are sites that basically shows your present IP so you can see +are sites that show your current IP so you can see what address and country you're coming from. </p> @@ -283,8 +285,8 @@ you will need to copy torrc.sample to torrc first. Look for them in </ul> Make sure to define at least Nickname and ORPort. Create the DataDirectory if necessary, and make -sure it's owned by the user that will be running tor. Fix your system -clock so it's not too far off. Make sure name resolution works. +sure it's owned by the user that will be running tor. +Make sure name resolution works. <li>2. If you are using a firewall, open a hole in your firewall so incoming connections can reach the ports you configured (i.e. ORPort, plus DirPort if you enabled it). Make sure you allow outgoing connections, |