We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49f74f commit 2865876Copy full SHA for 2865876
apps/basket/src/utils/ip-geo.ts
@@ -13,7 +13,8 @@ interface GeoIPReader extends Reader {
13
}
14
15
// Geolocation database from DB-IP, db-ip.com
16
-const CDN_URL = "https://cdn.databuddy.cc/mmdb/dbip-city-lite-2025-12.mmdb.gz";
+// 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";
18
19
let reader: GeoIPReader | null = null;
20
let isLoading = false;
0 commit comments