diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-06 23:33:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-06 23:33:19 +0000 |
commit | c3c6873945b0722c4f95f9d0265ddd51e269c645 (patch) | |
tree | ed88e5853d01e2ffd9f3dc43b265c318454367f0 /doc | |
parent | 08e3090aff6e8e63818965cdd490e6616916bf4f (diff) | |
download | tor-c3c6873945b0722c4f95f9d0265ddd51e269c645.tar.gz tor-c3c6873945b0722c4f95f9d0265ddd51e269c645.zip |
Tweak running-own-network instructions
svn:r3093
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 0f3f530f60..ac9c79aa18 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -288,15 +288,14 @@ servers, and you need to configure each client and server so it knows about your directory servers rather than the default ones. <ul> -<li>1: Grab the latest release. Use at least 0.0.9pre5. +<li>1: Grab the latest release. Use at least 0.0.9rc6. <li>2: For each directory server you want, <ul> <li>2a: Set it up as a server (see <a href="#server">"setting up a server"</a> above), with a least ORPort, DirPort, DataDirectory, and Nickname defined. Set "AuthoritativeDirectory 1". <li>2b: Set "RecommendedVersions" to a comma-separated list of acceptable -versions of the code for clients and servers to be running (see step -4c below). +versions of the code for clients and servers to be running. <li>2c: Run it: <tt>tor --list-fingerprint</tt> if your torrc is in the default place, or <tt>tor -f torrc --list-fingerprint</tt> to specify one. This will generate your keys and output a fingerprint |