From 590f71436f8d82cffc2b633ff428e329dd4e630d Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Sat, 19 Jan 2019 12:18:36 +0000 Subject: [PATCH] Get GeoIP data from SM site for now --- tools/buildbot/package.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/package.pl b/tools/buildbot/package.pl index aed003b7..2e949e6b 100755 --- a/tools/buildbot/package.pl +++ b/tools/buildbot/package.pl @@ -77,7 +77,7 @@ if (-e '../GeoIP.dat.gz') if ($needNewGeoIP) { print "Downloading GeoIP.dat...\n"; - system('wget -q -O ../GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz'); + system('wget -q -O ../GeoIP.dat.gz https://sm.alliedmods.net/GeoIP.dat.gz'); } else {