diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-23 20:44:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-23 20:44:22 +0000 |
commit | ebf6476e8e5e7c77ca0efa17656511cd8cda364f (patch) | |
tree | 81b2969ae15d0e30b7eb68922745bc2cca30f8c6 /doc/tor.1.in | |
parent | 18a0a0e458801616d939ba5828df93f8c6e35436 (diff) | |
download | tor-ebf6476e8e5e7c77ca0efa17656511cd8cda364f.tar.gz tor-ebf6476e8e5e7c77ca0efa17656511cd8cda364f.zip |
Provide dire warnings to any users who set DirServer; move it out of torrc.sample and into torrc.complete.
svn:r5132
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 1210d57c98..848d1b1464 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -83,12 +83,17 @@ their current liveness status. A value of "0 seconds" tells Tor to choose an appropriate default. (Default: 1 hour for clients, 20 minutes for servers) .LP .TP -\fBDirServer \fR\fIaddress:port fingerprint\fP +\fBDirServer \fR[v1] \fIaddress:port 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 no \fBdirserver\fP line is given, Tor will use the default -directory servers: moria1, moria2, and tor26. +servers. If the "v1" option 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 +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. .LP .TP \fBGroup \fR\fIGID\fP |