mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Document torrc options that only work on v2 onion services
RendPostPeriod only works on v2 onion services. HiddenServiceAuthorizeClient is not yet implemented for v3 onion services. Closes ticket #25661, bugfix on 0.3.2.1-alpha.
This commit is contained in:
parent
4f473fadbd
commit
6aaafb0672
@ -2678,7 +2678,8 @@ The following options are used to configure a hidden service.
|
||||
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. Clients need to put this authorization data in
|
||||
their configuration file using **HidServAuth**.
|
||||
their configuration file using **HidServAuth**. This option is only for v2
|
||||
services.
|
||||
|
||||
[[HiddenServiceAllowUnknownPorts]] **HiddenServiceAllowUnknownPorts** **0**|**1**::
|
||||
If set to 1, then connections to unrecognized ports do not cause the
|
||||
@ -2700,7 +2701,8 @@ The following options are used to configure a hidden service.
|
||||
Every time the specified period elapses, Tor uploads any rendezvous
|
||||
service descriptors to the directory servers. This information is also
|
||||
uploaded whenever it changes. Minimum value allowed is 10 minutes and
|
||||
maximum is 3.5 days. (Default: 1 hour)
|
||||
maximum is 3.5 days. This option is only for v2 services.
|
||||
(Default: 1 hour)
|
||||
|
||||
[[HiddenServiceDirGroupReadable]] **HiddenServiceDirGroupReadable** **0**|**1**::
|
||||
If this option is set to 1, allow the filesystem group to read the
|
||||
|
Loading…
Reference in New Issue
Block a user