diff --git a/doc/TODO b/doc/TODO index 8c5247b8f5..e7d9eb5f1a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -19,6 +19,10 @@ N - Get win32 servers working, or find out why it isn't happening now. ************************ For Post 0.0.9 ***************************** Tier one: + - niels's "did it fail because conn refused or timeout or what" + relay end feature. + - if a version is later than the last in its series, but a version + in the next series is recommended, that doesn't mean it's bad. - fix dfc/weasel's intro point bug - support hostnames as well as IPs for authdirservers. N - OS X package (and bundle?) diff --git a/doc/tor-doc.html b/doc/tor-doc.html index ac9c79aa18..7a52dcf47e 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -222,38 +222,63 @@ service url).

that have at least 1Mbit each way. Currently we don't use all of that, but we want it available for burst traffic.

-

(The Tor server doesn't need to be run as root, and doesn't -need any special system permissions or kernel mods. You should probably -run it as its own user though, especially if you run an identd service -too. If you're the paranoid sort, feel free to put it -into a chroot jail.)

+

To set up a Tor server, do the following steps. Some steps are optional +but recommended.

-

First, copy torrc.sample to torrc (in the default configuration this +

-

Then run tor to generate keys: tor. One of the files generated -in your DataDirectory is your 'fingerprint' file. Mail it to -tor-ops@freehaven.net.

- -

In that mail, be sure to tell us who you are, so we know whom to contact -if there's any problem. Also describe what kind of connectivity the new -server will have. If possible, PGP sign your mail.

- -

Once your fingerprint has been approved, you can click here or here and look at the -running-routers line to see if your server is part of the network.

- -

You may find the initscripts in contrib/tor.sh or contrib/torctl -useful if you want to set up Tor to start at boot. Let us know which -script you found more useful.

+

You can click here or here and look at the router-status +line to see if your server is part of the network. It will be listed by +nickname once we have added your server to the list of known servers; +otherwise it is listed only by its fingerprint.

Configuring a hidden service