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

@ -68,7 +68,7 @@ export async function getCountry(req, ip) {
// Database lookup
if (!lookup) {
lookup = await maxmind.open(path.resolve('node_modules/.geo/GeoLite2-Country.mmdb'));
lookup = await maxmind.open(path.resolve('node_modules/.geo/GeoLite2-City.mmdb'));
}
const result = lookup.get(ip);