diff options
author | David Goulet <dgoulet@torproject.org> | 2019-10-08 14:49:39 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-08 14:49:39 -0400 |
commit | 1f60337da4bc1b813489482d9001285e9b104d3d (patch) | |
tree | 9d6c974e91d3469fca6c5bcb629a7a0e56db4333 /doc | |
parent | 7a26f14a37dc5ba6b6ef2816a22b6893502726a3 (diff) | |
parent | 6581f3e2faf412357212b2ee2cec0db5410d3761 (diff) | |
download | tor-1f60337da4bc1b813489482d9001285e9b104d3d.tar.gz tor-1f60337da4bc1b813489482d9001285e9b104d3d.zip |
Merge branch 'tor-github/pr/1381'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e8d0fd2cbd..6b81e19ba1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1468,10 +1468,9 @@ The following options are useful only for clients (that is, if default to 3 if the consensus parameter isn't set. (Default: 0) [[GuardLifetime]] **GuardLifetime** __N__ **days**|**weeks**|**months**:: - If nonzero, and UseEntryGuards is set, minimum time to keep a guard before - picking a new one. If zero, we use the GuardLifetime parameter from the - consensus directory. No value here may be less than 1 month or greater - than 5 years; out-of-range values are clamped. (Default: 0) + If UseEntryGuards is set, minimum time to keep a guard on our guard list + before picking a new one. If less than one day, we use defaults from the + consensus directory. (Default: 0) [[SafeSocks]] **SafeSocks** **0**|**1**:: When this option is enabled, Tor will reject application connections that |