diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-22 14:09:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-03-22 14:09:22 -0400 |
commit | 5c7f9844e4f448d3d015fcdaaf685666e37da1cb (patch) | |
tree | 7050594df9dcbe92e3b73601a06009e408cb3b70 /doc/man/tor.1.txt | |
parent | 0229d5f81862e8ef6765c6e1e7e6cd78a5a2b4cc (diff) | |
download | tor-5c7f9844e4f448d3d015fcdaaf685666e37da1cb.tar.gz tor-5c7f9844e4f448d3d015fcdaaf685666e37da1cb.zip |
manpage:Move BridgeRecordUsageByCountry to statistics section
patch from cypherpunks; closes #40323
Diffstat (limited to 'doc/man/tor.1.txt')
-rw-r--r-- | doc/man/tor.1.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index a1552ef1aa..768e6696d7 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -2221,15 +2221,6 @@ is non-zero): relay is configured in bridge mode. //Out of order because it logically belongs after BridgeRelay. -[[BridgeRecordUsageByCountry]] **BridgeRecordUsageByCountry** **0**|**1**:: - When this option is enabled and BridgeRelay is also enabled, and we have - GeoIP data, Tor keeps a per-country count of how many client - addresses have contacted it so that it can help the bridge authority guess - which countries have blocked access to it. If ExtraInfoStatistics is - enabled, it will be published as part of the extra-info document. - (Default: 1) - -//Out of order because it logically belongs after BridgeRelay. [[BridgeDistribution]] **BridgeDistribution** __string__:: If set along with BridgeRelay, Tor will include a new line in its bridge descriptor which indicates to the BridgeDB service how it @@ -2702,6 +2693,14 @@ Relays publish most statistics in a document called the extra-info document. The following options affect the different types of statistics that Tor relays collect and publish: +[[BridgeRecordUsageByCountry]] **BridgeRecordUsageByCountry** **0**|**1**:: + When this option is enabled and BridgeRelay is also enabled, and we have + GeoIP data, Tor keeps a per-country count of how many client + addresses have contacted it so that it can help the bridge authority guess + which countries have blocked access to it. If ExtraInfoStatistics is + enabled, it will be published as part of the extra-info document. + (Default: 1) + [[CellStatistics]] **CellStatistics** **0**|**1**:: Relays only. When this option is enabled, Tor collects statistics about cell |