diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 76232b7..9127b40 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -33,7 +33,7 @@ if (!licenseKey) { } const link = (edition) => - `https://download.maxmind.com/app/geoip_download?edition_id=${edition}&license_key=${licenseKey}&suffix=tar.gz`; + `https://download.maxmind.com/geoip/databases/${edition}/download?suffix=tar.gz`; const selected = getSelectedDbs(); const editionIds = ['City', 'Country', 'ASN']