diff options
author | David Goulet <dgoulet@torproject.org> | 2021-03-23 08:32:26 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-03-23 08:32:26 -0400 |
commit | 3a2593710bac58a6789ac4dd6bef473802289a4d (patch) | |
tree | 5a832369af4ffe6eb9f84fd93bd40d9818718a6b | |
parent | 35b601a8b5f3d0da989d93a28b585ee570f680fd (diff) | |
download | tor-3a2593710bac58a6789ac4dd6bef473802289a4d.tar.gz tor-3a2593710bac58a6789ac4dd6bef473802289a4d.zip |
man: HiddenServiceStatistics applies for bridges
Closes #40346
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | changes/ticket40346 | 4 | ||||
-rw-r--r-- | doc/man/tor.1.txt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changes/ticket40346 b/changes/ticket40346 new file mode 100644 index 0000000000..c76e6d6aec --- /dev/null +++ b/changes/ticket40346 @@ -0,0 +1,4 @@ + o Documentation (man, onion service): + - The HiddenServiceStatistics option also applies to bridges so properly + indicate that in the tor.1 man page. Closes ticket 40346. + diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 20e3bc7c3a..8761237aff 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2758,7 +2758,7 @@ types of statistics that Tor relays collect and publish: (Default: 1) [[HiddenServiceStatistics]] **HiddenServiceStatistics** **0**|**1**:: - Relays only. + Relays and bridges only. When this option is enabled, a Tor relay writes obfuscated statistics on its role as hidden-service directory, introduction point, or rendezvous point to disk every 24 hours. If ExtraInfoStatistics |