diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-02 02:25:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-02 02:25:28 +0000 |
commit | 832ef9562f43e3f30c05f34a479ce18a685229ae (patch) | |
tree | a4f1c58eaab3355cccd5d1f2c816961a9b420a34 /doc | |
parent | e3cb1e4559b31df2fa103aa62706eac541116450 (diff) | |
download | tor-832ef9562f43e3f30c05f34a479ce18a685229ae.tar tor-832ef9562f43e3f30c05f34a479ce18a685229ae.tar.gz |
r14623@tombo: nickm | 2007-11-01 22:25:18 -0400
More tweaks from karsten, with some cleanup and commentary.
svn:r12319
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 39683b9b5..6fd6763d3 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1107,6 +1107,11 @@ if you're using a Tor controller that handles hidserv publishing for you. (Default: 1) .LP .TP +\fBHiddenServiceVersion \fR\fIversion\fR,\fIversion\fR,\fI...\fP +A list of rendezvous service descriptor versions to publish for the hidden +service. Possible version numbers are 0 and 2. (Default: 0, 2) +.LP +.TP \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor uploads any rendezvous service descriptors to the directory servers. This information is also |