diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:30:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:30:41 +0000 |
commit | 11d26f10ba291af693091ee216b1a15274e71517 (patch) | |
tree | 9f9b318526116dfdbe7218564fb04f6a12d8e5e6 /doc | |
parent | a972589bdb807b9cc93ad42e26f25a7f6c335f73 (diff) | |
download | tor-11d26f10ba291af693091ee216b1a15274e71517.tar.gz tor-11d26f10ba291af693091ee216b1a15274e71517.zip |
our tor-doc.html has never once mentioned the authoritativedirectory
config option. oops.
svn:r2745
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 005cba92bf..19e85e3c12 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -291,13 +291,12 @@ servers rather than the default ones. <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, DataDirectory, and Nickname -defined. -<li>2b: Set "DirPort" to the intended port for serving directories. -<li>2c: Set "RecommendedVersions" to a comma-separated list of acceptable +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). -<li>2d: Run it: <tt>tor --list-fingerprint</tt> if your torrc is in +<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 line. |