diff options
author | swati <swati.thacker@oracle.com> | 2020-02-05 00:28:27 +0530 |
---|---|---|
committer | swati <swati.thacker@oracle.com> | 2020-02-05 00:28:27 +0530 |
commit | d75d763155335f29ae75530d524af8f2e81e425e (patch) | |
tree | ecb10de377c3779d4e9871c0f98292623d4cca3d /doc/tor.1.txt | |
parent | 304aa4048c6673f3a2f10a1df8285dae7304e496 (diff) | |
download | tor-d75d763155335f29ae75530d524af8f2e81e425e.tar.gz tor-d75d763155335f29ae75530d524af8f2e81e425e.zip |
Updated the introductory text and titles of Timeout and Node selection options
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index dde9ffd545..77423f804f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1769,6 +1769,9 @@ The following options are useful only for clients (that is, if == TIMEOUT OPTIONS +// These options are in alphabetical order, with exceptions as noted. +// Please keep them that way! + The following options are useful for configuring timeouts: [[CircuitsAvailableTimeout]] **CircuitsAvailableTimeout** __NUM__:: @@ -1815,9 +1818,15 @@ The following options are useful for configuring timeouts: unattached waiting for an appropriate circuit, before we fail it. (Default: 2 minutes) -== ADVANCED OPTIONS +== NODE SELECTION OPTIONS + +// These options are in alphabetical order, with exceptions as noted. +// Please keep them that way! + +The following options restrict the nodes that a tor client +(or onion service) can use while building a circuit: -The following options include Tor nodes: +These options can weaken your anonymity by making your client behavior different from other Tor clients: [[EntryNodes]] **EntryNodes** __node__,__node__,__...__:: A list of identity fingerprints and country codes of nodes |