Skip to content

Commit 2865876

Browse files
committed
ip geo
1 parent e49f74f commit 2865876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/basket/src/utils/ip-geo.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ interface GeoIPReader extends Reader {
1313
}
1414

1515
// Geolocation database from DB-IP, db-ip.com
16-
const CDN_URL = "https://cdn.databuddy.cc/mmdb/dbip-city-lite-2025-12.mmdb.gz";
16+
// const CDN_URL = "https://cdn.databuddy.cc/mmdb/dbip-city-lite-2025-12.mmdb.gz";
17+
const CDN_URL = "https://cdn.databuddy.cc/mmdb/GeoLite2-City.mmdb";
1718

1819
let reader: GeoIPReader | null = null;
1920
let isLoading = false;

0 commit comments

Comments
 (0)