diff --git a/scripts/build-geo.js b/scripts/build-geo.js index a83caa6c..2bc648ed 100644 --- a/scripts/build-geo.js +++ b/scripts/build-geo.js @@ -23,7 +23,7 @@ if (!url) { `https://download.maxmind.com/app/geoip_download` + `?edition_id=${db}&license_key=${process.env.MAXMIND_LICENSE_KEY}&suffix=tar.gz`; } else { - url = `https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`; + url = `https://hub.diyla.com/https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`; } }