diff options
author | teor <teor2345@gmail.com> | 2017-12-23 00:00:18 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-12-23 00:01:31 +1100 |
commit | 30e13716754bc3d991500f5f68eb83a19aea9b11 (patch) | |
tree | 0ebc7f5e7bdb589b7cf0eb6b74e480432e81225d /doc | |
parent | 7d845976e3897fac8e78a4a26688ac57b660151b (diff) | |
download | tor-30e13716754bc3d991500f5f68eb83a19aea9b11.tar.gz tor-30e13716754bc3d991500f5f68eb83a19aea9b11.zip |
Make the default DirAuthorityFallbackRate 0.1
This makes clients on the public tor network prefer to bootstrap off fallback
directory mirrors.
This is a follow-up to 24679, which removed weights from the default fallbacks.
Implements ticket 24681.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 74915b7119..b286a06563 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -432,7 +432,8 @@ GENERAL OPTIONS When configured to use both directory authorities and fallback directories, the directory authorities also work as fallbacks. They are chosen with their regular weights, multiplied by this number, which - should be 1.0 or less. (Default: 1.0) + should be 1.0 or less. The default is less than 1, to reduce load on + authorities. (Default: 0.1) [[AlternateDirAuthority]] **AlternateDirAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ + |