From 228be099d0d57e1bcf06c50c1959f31482dfbb97 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 12 Dec 2004 08:14:13 +0000 Subject: update the 'how to configure a server' section. svn:r3134 --- doc/TODO | 4 +++ doc/tor-doc.html | 87 ++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 60 insertions(+), 31 deletions(-) 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.)

- -

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

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

+ + + +

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

-- cgit v1.2.3-54-g00ecf