]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
our tor-doc.html has never once mentioned the authoritativedirectory
authorRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:30:41 +0000 (10:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 10:30:41 +0000 (10:30 +0000)
config option. oops.

svn:r2745

doc/tor-doc.html

index 005cba92bff755b8709a826ea6f2507c8eaa1f25..19e85e3c12ac636c9ea92a06a790cf2fc64defd1 100644 (file)
@@ -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.