diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-12 13:56:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-06 11:28:49 -0500 |
commit | a8d491a8fdfafe6e56924a19b5169c2eb9d3a66a (patch) | |
tree | 2eced68a20fe262b8a688a5592b07b1073339a3a /doc/tor.1.txt | |
parent | 06cd62266f4ce15cf71692344df82b3260fedb89 (diff) | |
download | tor-a8d491a8fdfafe6e56924a19b5169c2eb9d3a66a.tar.gz tor-a8d491a8fdfafe6e56924a19b5169c2eb9d3a66a.zip |
Add an option to weight down authorities when choosing a fallback
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e79d21e594..231ac528d2 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -322,6 +322,12 @@ GENERAL OPTIONS distinguishable from other users, because you won't believe the same authorities they do. +**DirAuthorityFallbackRate** __NUM__:: + 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) + **DynamicDHGroups** **0**|**1**:: If this option is set to 1, when running as a server, generate our own Diffie-Hellman group instead of using the one from Apache's mod_ssl. |