mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Move description of HidServAuth out of the FascistFirewall group
This commit is contained in:
parent
4c3a23b283
commit
c6a8ee36fb
@ -644,16 +644,6 @@ The following options are useful only for clients (that is, if
|
||||
**FascistFirewall** is set. This option is deprecated; use ReachableAddresses
|
||||
instead. (Default: 80, 443)
|
||||
|
||||
**HidServAuth** __onion-address__ __auth-cookie__ [__service-name__]::
|
||||
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. Hidden
|
||||
services can be configured to require authorization using the
|
||||
**HiddenServiceAuthorizeClient** option.
|
||||
|
||||
**ReachableAddresses** __ADDR__[/__MASK__][:__PORT__]...::
|
||||
A comma-separated list of IP addresses and ports that your firewall allows
|
||||
you to connect to. The format is as for the addresses in ExitPolicy, except
|
||||
@ -683,6 +673,16 @@ The following options are useful only for clients (that is, if
|
||||
and some limit HTTP GET requests (which Tor uses for fetching directory
|
||||
information) to port 80.
|
||||
|
||||
**HidServAuth** __onion-address__ __auth-cookie__ [__service-name__]::
|
||||
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. Hidden
|
||||
services can be configured to require authorization using the
|
||||
**HiddenServiceAuthorizeClient** option.
|
||||
|
||||
**LongLivedPorts** __PORTS__::
|
||||
A list of ports for services that tend to have long-running connections
|
||||
(e.g. chat and interactive shells). Circuits for streams that use these
|
||||
|
Loading…
Reference in New Issue
Block a user