Get GeoIP data from SM site for now

This commit is contained in:
Asher Baker 2019-01-19 12:18:36 +00:00 committed by GitHub
parent b7e252dfd6
commit 590f71436f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{