diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-04 21:21:09 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-04 21:21:09 +0000 |
commit | 2d203fdcf319b45477bdcad7e3476ac3c45ee7e0 (patch) | |
tree | 77e9ae8a63c4ad69a1782a8d4c6798b125817743 /doc/tor.1.in | |
parent | b10df0d5950c28f8e4684014a4f6d02d51b61f74 (diff) | |
download | tor-2d203fdcf319b45477bdcad7e3476ac3c45ee7e0.tar.gz tor-2d203fdcf319b45477bdcad7e3476ac3c45ee7e0.zip |
link nicknames to trusted directory servers; log these nicknames when mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind.
svn:r5184
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 848d1b1464..d32ad5a6f2 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -83,7 +83,7 @@ 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[v1] \fIaddress:port fingerprint\fP +\fBDirServer \fR[\fInickname\fR] [\fBv1\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 |