diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:24:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 17:24:08 -0500 |
commit | acb43c0735af8a7cd9e8eb57bb8835b11a90a1be (patch) | |
tree | be1f63b73dc0824fc6614baca18369230f06e31a /changes/feature7706 | |
parent | c93f66b1037e151268b5662f3957d13c4c94d1fb (diff) | |
parent | ec7ffed79da3f84d4bff7b92434f872dd228102c (diff) | |
download | tor-acb43c0735af8a7cd9e8eb57bb8835b11a90a1be.tar tor-acb43c0735af8a7cd9e8eb57bb8835b11a90a1be.tar.gz |
Merge remote-tracking branch 'public/feature7706'
Diffstat (limited to 'changes/feature7706')
-rw-r--r-- | changes/feature7706 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/feature7706 b/changes/feature7706 new file mode 100644 index 000000000..69b91a67e --- /dev/null +++ b/changes/feature7706 @@ -0,0 +1,9 @@ + o Minor features: + - When any country code is listed in ExcludeNodes or + ExcludeExitNodes, and we have GeoIP information, also exclude + all nodes with unknown countries ({??} and {A1} if + present). This behavior is controlled by the new + GeoIPExcludeUnknown option: you can make such nodes always + excluded with 'GeoIPExcludeUnknown 1', and disable the feature + with 'GeoIPExcludeUnknown 0'. Setting 'GeoIPExcludeUnknown auto' + gets you the default behavior. Implements feature 7706. |