diff options
author | David Goulet <dgoulet@torproject.org> | 2018-08-22 11:42:23 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-08-22 11:42:23 -0400 |
commit | e8557ba00ddbd1fa7882c937f50a8366d9d68746 (patch) | |
tree | 6ca3c5242f718e3595260c4e9e379679a93ec3e5 /doc/tor.1.txt | |
parent | 61ad81c36e46d7b05b66601520c7ff42469f24d7 (diff) | |
download | tor-e8557ba00ddbd1fa7882c937f50a8366d9d68746.tar.gz tor-e8557ba00ddbd1fa7882c937f50a8366d9d68746.zip |
hs: Change default version from 2 to 3
Closes #27215
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 0c010d94f2..c40c27770a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2826,7 +2826,7 @@ The following options are used to configure a hidden service. [[HiddenServiceVersion]] **HiddenServiceVersion** **2**|**3**:: A list of rendezvous service descriptor versions to publish for the hidden - service. Currently, versions 2 and 3 are supported. (Default: 2) + service. Currently, versions 2 and 3 are supported. (Default: 3) [[HiddenServiceAuthorizeClient]] **HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__:: If configured, the hidden service is accessible for authorized clients |