Merge remote-tracking branch 'public/feature7706'

This commit is contained in:
Nick Mathewson
2013-02-01 17:24:08 -05:00
6 changed files with 80 additions and 1 deletions
+9
View File
@@ -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.