[tor-commits] [tor/maint-0.3.3] Document torrc options that only work on v2 onion services

nickm at torproject.org nickm at torproject.org
Thu Mar 29 19:00:50 UTC 2018


commit 6aaafb0672ec7d2f454720ea0bed41fb91d9744e
Author: teor <teor2345 at gmail.com>
Date:   Wed Mar 28 17:10:31 2018 +1100

    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.
---
 doc/tor.1.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 8ecc4175d..80769412f 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -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



More information about the tor-commits mailing list