[or-cvs] r12603: doc fixes from karsten (in tor/trunk/doc: . spec)
arma at seul.org
arma at seul.org
Thu Nov 29 12:51:50 UTC 2007
Author: arma
Date: 2007-11-29 07:51:50 -0500 (Thu, 29 Nov 2007)
New Revision: 12603
Modified:
tor/trunk/doc/spec/dir-spec.txt
tor/trunk/doc/tor.1.in
Log:
doc fixes from karsten
Modified: tor/trunk/doc/spec/dir-spec.txt
===================================================================
--- tor/trunk/doc/spec/dir-spec.txt 2007-11-29 11:35:08 UTC (rev 12602)
+++ tor/trunk/doc/spec/dir-spec.txt 2007-11-29 12:51:50 UTC (rev 12603)
@@ -556,6 +556,13 @@
it is prefixed with "opt"; it should be so prefixed until these
versions are obsolete.]
+ "hidden-service-dir" NL
+
+ [At most once.]
+
+ Present only if this router stores and serves v2 hidden service
+ descriptors.
+
2.2. Extra-info documents
Extra-info documents consist of the following items:
@@ -908,6 +915,7 @@
circuits.
"Fast" if the router is suitable for high-bandwidth circuits.
"Guard" if the router is suitable for use as an entry guard.
+ "HSDir" if the router is considered a v2 hidden service directory.
"Named" if the router's identity-nickname mapping is canonical,
and this authority binds names.
"Stable" if the router is suitable for long-lived circuits.
@@ -1017,6 +1025,10 @@
supports the functionality clients need. (Currently, this is
0.2.0.?????-alpha or later.)
+ "HSDir" -- A router is a v2 hidden service directory if it stores and
+ serves v2 hidden service descriptors and the authority managed to connect
+ to it successfully within the last 24 hours.
+
Directory server administrators may label some servers or IPs as
blacklisted, and elect not to include them in their network-status lists.
Modified: tor/trunk/doc/tor.1.in
===================================================================
--- tor/trunk/doc/tor.1.in 2007-11-29 11:35:08 UTC (rev 12602)
+++ tor/trunk/doc/tor.1.in 2007-11-29 12:51:50 UTC (rev 12603)
@@ -985,6 +985,11 @@
usage to a file \fBhsusage\fP in its data directory. (Default: 0)
.LP
.TP
+\fBHidServDirectoryV2 \fR\fB0\fR|\fB1\fR\fP
+When this option is set, Tor accepts and serves v2 hidden service
+descriptors. (Default: 0)
+.LP
+.TP
\fBDirPort \fR\fIPORT\fP
Advertise the directory service on this port.
.LP
More information about the tor-commits
mailing list