update to GeoLite2-City

This commit is contained in:
Francis Cao 2023-02-14 12:06:41 -08:00
parent eea01b21cf
commit 4351ef37f8
3 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@ const zlib = require('zlib');
const tar = require('tar');
let url =
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-Country.tar.gz';
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-City.tar.gz';
if (process.env.MAXMIND_LICENSE_KEY) {
url =