aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-04 12:07:23 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-04 12:08:24 -0500
commit4f558843151f0c49c077d3d9a1cd8a187904a024 (patch)
tree2dd9994fd527fc219d099d491dba2e4491009362 /doc
parentb25b8150c282c28d3fa23330891fda7adbbfe584 (diff)
downloadtor-4f558843151f0c49c077d3d9a1cd8a187904a024.tar.gz
tor-4f558843151f0c49c077d3d9a1cd8a187904a024.zip
Add an option to start tor in dormant mode for the first time.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 8e6ec7f1a2..82c9e34de4 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1803,11 +1803,20 @@ The following options are useful only for clients (that is, if
Does not affect servers or onion services. Must be at least 10 minutes.
(Default: 24 hours)
-[[DormantTimeoutDisabledByIdleStreams]] **DormantTimeoutDisabledByIdleStreams **0**|**1**::
+[[DormantTimeoutDisabledByIdleStreams]] **DormantTimeoutDisabledByIdleStreams** **0**|**1**::
If true, then any open client stream (even one not reading or writing)
counts as client activity for the purpose of DormantClientTimeout.
If false, then only network activity counts. (Default: 1)
+[[DormantOnFirstStartup]] **DormantOnFirstStartup** **0**|**1**::
+ If true, then the first time Tor starts up with a fresh DataDirectory,
+ it starts in dormant mode, and takes no actions until the user has made
+ a request. (This mode is recommended if installing a Tor client for a
+ user who might not actually use it.) If false, Tor bootstraps the first
+ time it is started, whether it sees a user request or not.
+ +
+ After the first time Tor starts, it begins in dormant mode if it was
+ dormant before, and not otherwise. (Default: 0)
SERVER OPTIONS
--------------