From f2f45ed893cc87c6c00519dc123607bd967c331a Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 3 Oct 2011 16:14:00 +0800 Subject: [PATCH] Update url to point at current geo-ip data --- script/update_geoip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update_geoip b/script/update_geoip index 45dc929b8..b890a463f 100755 --- a/script/update_geoip +++ b/script/update_geoip @@ -3,6 +3,6 @@ mkdir -p shared cd shared rm -f GeoLiteCity.dat.gz -wget -q http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz +wget -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gunzip -f GeoLiteCity.dat.gz