diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-31 21:49:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-31 21:49:30 -0400 |
commit | 83a859e24ced67663ea46f3bd05d53b29f6797c0 (patch) | |
tree | e9b9971c861e4e9180db59fec5f7ef1f70e3d38f /doc | |
parent | 54056882235fbfea84f1e5860a71e54440a1e0b5 (diff) | |
parent | 0a0f93d277046a524740ad110060abf8ed137b8f (diff) | |
download | tor-83a859e24ced67663ea46f3bd05d53b29f6797c0.tar.gz tor-83a859e24ced67663ea46f3bd05d53b29f6797c0.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
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 fa49f1404d..8bc15d9c2e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1053,7 +1053,8 @@ The following options are useful only for clients (that is, if fraction of your paths. (Default: 1) **UseEntryGuardsAsDirectoryGuards** **0**|**1**:: - If this option is set to 1, we try to use our entry guards as directory + If this option is set to 1, and UseEntryGuards is also set to 1, + we try to use our entry guards as directory guards, and failing that, pick more nodes to act as our directory guards. This helps prevent an adversary from enumerating clients. It's only available for clients (non-relay, non-bridge) that aren't configured to @@ -1066,7 +1067,8 @@ The following options are useful only for clients (that is, if **NumDirectoryGuards** __NUM__:: If UseEntryGuardsAsDirectoryGuards is enabled, we try to make sure we - have at least NUM routers to use as directory guards. (Default: 3) + have at least NUM routers to use as directory guards. If this option + is set to 0, use the value from NumEntryGuards. (Default: 0) **GuardLifetime** __N__ **days**|**weeks**|**months**:: If nonzero, and UseEntryGuards is set, minimum time to keep a guard before |