mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Implement node-based router family code
Also, make the NodeFamily option into a list of routersets. This lets us git rid of router_in_nickname_list (or whatever it was called) without porting it to work with nodes, and also lets people specify country codes and IP ranges in NodeFamily
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor features
|
||||
- The NodeFamily option -- which let you declare that you want to
|
||||
consider nodes to be part of a family whether they list themselves
|
||||
that way or not -- now allows IP address ranges and country codes.
|
||||
+2
-1
@@ -571,7 +571,8 @@ The following options are useful only for clients (that is, if
|
||||
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.
|
||||
can be used multiple times. In addition to nodes, you can also list
|
||||
IP address and ranges and country codes in {curly braces}.
|
||||
|
||||
**EnforceDistinctSubnets** **0**|**1**::
|
||||
If 1, Tor will not put two servers whose IP addresses are "too close" on
|
||||
|
||||
Reference in New Issue
Block a user