From ab0e8d94a2446870e0d5e5e0a93b10f5b9debaf2 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Tue, 3 Jan 2012 00:07:42 +0000
Subject: [PATCH] Update geoip country list

PN,Pitcairn Islands added; we already had the flag.
---
 installer/resources/countries.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/installer/resources/countries.txt b/installer/resources/countries.txt
index 52ba8829be..ecee321dc3 100644
--- a/installer/resources/countries.txt
+++ b/installer/resources/countries.txt
@@ -1,3 +1,10 @@
+# Last updated based on Maxmind GeoLite Country
+# dated 2011-12-08
+# Script borrowed from Tor
+#
+# wget http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
+# cut -d, -f3-5 < GeoIPCountryWhois.csv|sed 's/"//g' > geoip.txt
+# cut -d, -f5,6 < GeoIPCountryWhois.csv |sed 's/"//g' | sort | uniq > countries.txt
 A1,Anonymous Proxy
 A2,Satellite Provider
 AD,Andorra
@@ -179,6 +186,7 @@ PH,Philippines
 PK,Pakistan
 PL,Poland
 PM,Saint Pierre and Miquelon
+PN,Pitcairn Islands
 PR,Puerto Rico
 PS,Palestinian Territory
 PT,Portugal
-- 
GitLab