diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-08-09 18:14:35 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-09 18:14:35 -0700 |
commit | 8f8877c624f0ca575a366b540f85522be58c6062 (patch) | |
tree | f5fcc79da0d82e72a058875aa6443ecca51785ed /doc | |
parent | 6423091f071dc7c843d0fd02ac32b880b7754b24 (diff) | |
parent | c497d21ee1723d251a35d442c464db151a6fc335 (diff) | |
download | tor-8f8877c624f0ca575a366b540f85522be58c6062.tar.gz tor-8f8877c624f0ca575a366b540f85522be58c6062.zip |
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b6e22310f2..f67393394c 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -494,13 +494,15 @@ used when \fBFascistFirewall\fR is set. This option is deprecated; use ReachableAddresses instead. (Default: 80, 443) .LP .TP -\fBHidServAuth \fR\fIonion-address\fR \fIauth-cookie\fP \fIservice-name\fR +\fBHidServAuth \fR\fIonion-address\fR \fIauth-cookie\fP [\fIservice-name\fR] Client authorization for a hidden service. Valid onion addresses contain 16 characters in a-z2-7 plus ".onion", and valid auth cookies contain 22 characters in A-Za-z0-9+/. The service name is only used for internal purposes, e.g., for Tor controllers. This option may be used multiple times for different hidden services. If a hidden service uses authorization and -this option is not set, the hidden service is not accessible. +this option is not set, the hidden service is not accessible. Hidden +services can be configured to require authorization using the +\fBHiddenServiceAuthorizeClient\fR option. .LP .TP \fBReachableAddresses \fR\fIADDR\fP[\fB/\fP\fIMASK\fP][:\fIPORT\fP]...\fP @@ -1323,7 +1325,8 @@ listed here are authorized to access the hidden service. Valid client names are 1 to 19 characters long and only use characters in A-Za-z0-9+-_ (no spaces). If this option is set, the hidden service is not accessible for clients without authorization any more. Generated authorization data -can be found in the hostname file. +can be found in the hostname file. Clients need to put this authorization +data in their configuration file using \fBHidServAuth\fR. .LP .TP \fBRendPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP |