From 06b1b6ef22d005c1b7355fd5de9f06396d15d385 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 3 Dec 2004 04:32:24 +0000 Subject: [PATCH] fix tor-doc urls to point to new website svn:r3066 --- doc/tor-doc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tor-doc.html b/doc/tor-doc.html index df73434fee..0f3f530f60 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -9,7 +9,7 @@ -

Tor documentation

+

Tor documentation

The simple version: Tor provides a distributed network of servers ("onion routers"). Users bounce their TCP streams (web traffic, FTP, SSH, @@ -135,7 +135,7 @@ server below.

Installing Tor

You can get the latest releases here.

+href="http://tor.freehaven.net/dist/">here.

If you got Tor from a tarball, unpack it: tar xzf tor-0.0.9.tar.gz; cd tor-0.0.9. Run ./configure, then @@ -149,7 +149,7 @@ href="http://www.slproweb.com/products/Win32OpenSSL.html">OpenSSL libeay32.dll.) You might also want to run Tor in a dos window, so you can see its logs, and see its error messages if it crashes. If you don't want the default configuration, fetch the torrc, edit it, +href="http://tor.freehaven.net/cvs/tor/src/config/torrc.sample.in">torrc, edit it, and use tor.exe -f torrc.

Otherwise, if you got it prepackaged (e.g. in 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 -Mozilla leaks your +Mozilla leaks your DNS requests when it uses a socks proxy directly. Privoxy also gives you good html scrubbing.