diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-02 09:12:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-02 09:12:04 +0000 |
commit | 1b95bbdba60c857b679d8df4af27df0f8571c934 (patch) | |
tree | ccef7197f20bd2871cf6df97573aea5235fcfcc7 /doc/tor.1.in | |
parent | 87c19c0c491ab80e7b2eec5ad8075e89daee086a (diff) | |
download | tor-1b95bbdba60c857b679d8df4af27df0f8571c934.tar.gz tor-1b95bbdba60c857b679d8df4af27df0f8571c934.zip |
New config option V2AuthoritativeDirectory that all directory
authorities should set. This will let future authorities choose
not to serve V2 directory information.
Also, go through and revamp all the authdir_mode stuff so it tries
to do the right thing if you're an auth but not a V1 or V2 auth.
svn:r10092
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 1d18d30eeb..b03e313ecb 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -837,11 +837,15 @@ admins at tor-ops@freehaven.net if you think you should be a directory. .LP .TP \fBV1AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP -When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also -generates a version 1 directory (for Tor clients up to 0.1.0.x). -(As of Tor 0.1.1.12 every (v2) authoritative directory still provides most of -the v1 directory functionality, even without this option set to 1. -This however is expected to change in the future.) +When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor +generates version 1 directory and running-routers documents (for legacy +Tor clients up to 0.1.0.x). +.LP +.TP +\fBV2AuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP +When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor +generates version 2 network statuses and serves descriptors, etc as +described in doc/spec/dir-spec.txt. .LP .TP \fBVersioningAuthoritativeDirectory \fR\fB0\fR|\fB1\fR\fP |