diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-24 22:33:47 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-24 22:33:47 +0000 |
commit | f2ff3e74ae9f32aab837de2805de4a5568c0936c (patch) | |
tree | 04a2d452e45a131da1162c9d701e39132cc42ca4 /doc/tor.1.in | |
parent | 9a7098487b2c25f36112b3521758f42621dcd6af (diff) | |
download | tor-f2ff3e74ae9f32aab837de2805de4a5568c0936c.tar tor-f2ff3e74ae9f32aab837de2805de4a5568c0936c.tar.gz |
All relays now store and serve v2 hidden service descriptors by default (not only directory mirrors).
svn:r16961
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 13f3be471..90eb9dd9f 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1087,7 +1087,8 @@ usage to a file \fBhsusage\fP in its data directory. (Default: 0) .TP \fBHidServDirectoryV2 \fR\fB0\fR|\fB1\fR\fP When this option is set, Tor accepts and serves v2 hidden service -descriptors. (Default: 1) +descriptors. Setting DirPort is not required for this, because clients +connect via the ORPort by default. (Default: 1) .LP .TP \fBBridgeAuthoritativeDir \fR\fB0\fR|\fB1\fR\fP |