diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-28 23:57:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-28 23:57:59 +0000 |
commit | 907fc6c73ec7797361e53286e91c1bf21efa11d2 (patch) | |
tree | 77388f8888bff7b5b795beeddc14330fce3819fc /doc/tor.1.in | |
parent | 1a444e089a9bbe840c9b14ddabe515461cb56575 (diff) | |
download | tor-907fc6c73ec7797361e53286e91c1bf21efa11d2.tar.gz tor-907fc6c73ec7797361e53286e91c1bf21efa11d2.zip |
r8977@Kushana: nickm | 2006-09-28 19:56:41 -0400
Make "is a v1 authority", "is a v2 authority", and "is a hidden service authority" into separate flags so we can eventually migrate more trust away from moria.
svn:r8523
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c949ca92a8..1d03ba7d47 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -98,14 +98,19 @@ security. (Default: 0) Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor) .LP .TP -\fBDirServer \fR[\fInickname\fR] [\fBv1\fR] \fIaddress\fR\fB:\fIport fingerprint\fP +\fBDirServer \fR[\fInickname\fR] [\fBflags\fR] \fIaddress\fR\fB:\fIport fingerprint\fP Use a nonstandard authoritative directory server at the provided address and port, with the specified key fingerprint. This option can be repeated many times, for multiple authoritative directory -servers. If the "v1" option is provided, Tor will use this server as an +servers. Flags are separated by spaces, and determine what kind of an +authority this directory is. By default, every authority is authoritative +for current ("v2")-style directories, unless the "no-v2" flag is given. If the "v1" flags is provided, Tor will use this server as an authority for old-style (v1) directories as well. (Only directory mirrors -care about this.) If no \fBdirserver\fP line is given, Tor will use the default -directory servers: moria1, moria2, and tor26. NOTE: this option is intended +care about this.) Tor will use this server as an authority for hidden +service information if the "hs" flag is set, or if the "v1" flag is set and +the "no-hs" flag is \fBnot\fP set. +If no \fBdirserver\fP line is given, Tor will use the default +directory servers. NOTE: this option is intended for setting up a private Tor network with its own directory authorities. If you use it, you will be distinguishable from other users, because you won't believe the same authorities they do. |