aboutsummaryrefslogtreecommitdiff
path: root/doc/nodefamily_routerset
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-30 18:25:25 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-01 18:14:27 -0400
commitf9ea242acabcaec0ab0fbd0de5e9999dfcdb0193 (patch)
treee57665d063579cf465b6f6be48c5b699c09bd8b2 /doc/nodefamily_routerset
parent45f1e4d5ee7b6e2308655628d18a67d330d9b624 (diff)
downloadtor-f9ea242acabcaec0ab0fbd0de5e9999dfcdb0193.tar
tor-f9ea242acabcaec0ab0fbd0de5e9999dfcdb0193.tar.gz
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
Diffstat (limited to 'doc/nodefamily_routerset')
-rw-r--r--doc/nodefamily_routerset4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/nodefamily_routerset b/doc/nodefamily_routerset
new file mode 100644
index 000000000..0af62e11f
--- /dev/null
+++ b/doc/nodefamily_routerset
@@ -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.