diff options
author | teor <teor@torproject.org> | 2019-06-24 19:44:24 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-06-24 19:44:24 +1000 |
commit | 8356cc5b514a5d6a0170927d7c3730e2e1164298 (patch) | |
tree | f492efdd919d3ce9b0ca58d4fb9c8cad2335de0d /doc | |
parent | 4ecd09cfb7c5d43450d481807f60feb0aa98bccf (diff) | |
download | tor-8356cc5b514a5d6a0170927d7c3730e2e1164298.tar.gz tor-8356cc5b514a5d6a0170927d7c3730e2e1164298.zip |
stats: Always publish pluggable transports in extra info documents
Always publish bridge pluggable transport information in the extra info
descriptor, even if ExtraInfoStatistics is 0. This information is
needed by BridgeDB.
Fixes bug 30956; bugfix on 0.4.1.1-alpha.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 4bd365c774..95d56c6dbd 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2451,8 +2451,10 @@ is non-zero): [[ExtraInfoStatistics]] **ExtraInfoStatistics** **0**|**1**:: When this option is enabled, Tor includes previously gathered statistics in its extra-info documents that it uploads to the directory authorities. - Disabling this option also disables bandwidth usage statistics, GeoIPFile - hashes, and ServerTransportPlugin lists in the extra-info file. + Disabling this option also removes bandwidth usage statistics, and + GeoIPFile and GeoIPv6File hashes from the extra-info file. Bridge + ServerTransportPlugin lines are always includes in the extra-info file, + because they are required by BridgeDB. (Default: 1) [[ExtendAllowPrivateAddresses]] **ExtendAllowPrivateAddresses** **0**|**1**:: |