Skip to content

Commit

Permalink
Switch to GeoIP Legacy Databases (DAT), close #1195
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jun 25, 2019
1 parent 2f8d80f commit 089f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3011,7 +3011,7 @@ function TMainForm.GetFlagsArchive: string;

function TMainForm.DownloadGeoIpDatabase(AUpdate: boolean): boolean;
const
GeoLiteURL = 'https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz';
GeoLiteURL = 'https://dl.miyuru.lk/geoip/maxmind/country/maxmind4.dat.gz';
var
tmp: string;
gz: TGZFileStream;
Expand Down

0 comments on commit 089f319

Please sign in to comment.