[tor/master] Comment out now obsolete change in geoip-manual.

commit 7f805b60487d8a9bff2d93b7b3c655b7b45398e1 Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Fri Feb 8 14:41:32 2013 +0100 Comment out now obsolete change in geoip-manual. --- src/config/geoip-manual | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/config/geoip-manual b/src/config/geoip-manual index 3811c75..99c897f 100644 --- a/src/config/geoip-manual +++ b/src/config/geoip-manual @@ -5,7 +5,9 @@ # Remove MaxMind entry 0.116.0.0-0.119.255.255 which MaxMind says is AT, # but which is part of reserved range 0.0.0.0/8. -KL 2012-06-13 -"0.116.0.0","0.119.255.255","7602176","7864319","","" +# Disabled, because MaxMind apparently removed this range from their +# database. -KL 2013-02-08 +#"0.116.0.0","0.119.255.255","7602176","7864319","","" # NL, because previous MaxMind entry 31.171.128.0-31.171.133.255 is NL, # and RIR delegation files say 31.171.128.0-31.171.135.255 is NL.
participants (1)
-
nickm@torproject.org