diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2012-11-27 21:22:58 -0500 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2012-11-27 21:24:07 -0500 |
commit | 2bf195d0ce38dbc0ad25f10288f22ed352230296 (patch) | |
tree | 15548b1a5a29d5db0459bf5f47903b85a61bdf82 /changes | |
parent | 267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4 (diff) | |
download | tor-2bf195d0ce38dbc0ad25f10288f22ed352230296.tar.gz tor-2bf195d0ce38dbc0ad25f10288f22ed352230296.zip |
Add script to fix "A1" entries in geoip file.
Fixes #6266.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/task-6266 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/task-6266 b/changes/task-6266 new file mode 100644 index 0000000000..e7f0509051 --- /dev/null +++ b/changes/task-6266 @@ -0,0 +1,7 @@ + o Minor features: + - Use a script to replace "A1" ("Anonymous Proxy") entries in our + geoip file with real country codes. This script fixes about 90% of + "A1" entries automatically and uses manual country code assignments + to fix the remaining 10%. See src/config/README.geoip for details. + Fixes #6266. + |