[tor/master] Updated the introductory text and titles of Timeout and Node selection options

commit d75d763155335f29ae75530d524af8f2e81e425e Author: swati <swati.thacker@oracle.com> Date: Wed Feb 5 00:28:27 2020 +0530 Updated the introductory text and titles of Timeout and Node selection options --- doc/tor.1.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/tor.1.txt b/doc/tor.1.txt index dde9ffd54..77423f804 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
participants (1)
-
nickm@torproject.org