aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorswati <swati.thacker@oracle.com>2020-02-05 23:13:41 +0530
committerswati <swati.thacker@oracle.com>2020-02-05 23:13:41 +0530
commit1b65024ae21ba5ad19107121be76327d6ffbc9c3 (patch)
treeb9947ecd6f97ed897d488bfd061f99b3bc97ec22 /doc
parentd75d763155335f29ae75530d524af8f2e81e425e (diff)
downloadtor-1b65024ae21ba5ad19107121be76327d6ffbc9c3.tar.gz
tor-1b65024ae21ba5ad19107121be76327d6ffbc9c3.zip
Added the NodeFamily option to Node Selection Options section
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 77423f804f..43a014c60d 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1298,16 +1298,6 @@ The following options are useful only for clients (that is, if
Every NUM seconds consider whether to build a new circuit. (Default: 30
seconds)
-[[NodeFamily]] **NodeFamily** __node__,__node__,__...__::
- The Tor servers, defined by their identity fingerprints,
- constitute a "family" of similar or co-administered servers, so never use
- any two of them in the same circuit. Defining a NodeFamily is only needed
- when a server doesn't list the family itself (with MyFamily). This option
- can be used multiple times; each instance defines a separate family. In
- addition to nodes, you can also list IP address and ranges and country
- codes in {curly braces}. See the **ExcludeNodes** option for more
- information on how to specify nodes.
-
[[OptimisticData]] **OptimisticData** **0**|**1**|**auto**::
When this option is set, and Tor is using an exit node that supports
the feature, it will try optimistically to send data to the exit node
@@ -1824,9 +1814,9 @@ The following options are useful for configuring timeouts:
// Please keep them that way!
The following options restrict the nodes that a tor client
-(or onion service) can use while building a circuit:
-
-These options can weaken your anonymity by making your client behavior different from other Tor clients:
+(or onion service) can use while building a circuit.
+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
@@ -2036,6 +2026,16 @@ These options can weaken your anonymity by making your client behavior different
MiddleNodes and ExcludeNodes is treated as excluded. See
the **ExcludeNodes** option for more information on how to specify nodes.
+[[NodeFamily]] **NodeFamily** __node__,__node__,__...__::
+ The Tor servers, defined by their identity fingerprints,
+ constitute a "family" of similar or co-administered servers, so never use
+ any two of them in the same circuit. Defining a NodeFamily is only needed
+ when a server doesn't list the family itself (with MyFamily). This option
+ can be used multiple times; each instance defines a separate family. In
+ addition to nodes, you can also list IP address and ranges and country
+ codes in {curly braces}. See the **ExcludeNodes** option for more
+ information on how to specify nodes.
+
[[StrictNodes]] **StrictNodes** **0**|**1**::
If StrictNodes is set to 1, Tor will treat solely the ExcludeNodes option
as a requirement to follow for all the circuits you generate, even if