diff --git a/app/assets/dbip/dbip-country-lite-2026-03.mmdb b/app/assets/dbip/dbip-country-lite-2026-03.mmdb deleted file mode 100644 index d506b62..0000000 Binary files a/app/assets/dbip/dbip-country-lite-2026-03.mmdb and /dev/null differ diff --git a/app/assets/dbip/dbip-country-lite-2026-06.mmdb b/app/assets/dbip/dbip-country-lite-2026-06.mmdb new file mode 100644 index 0000000..df09a56 Binary files /dev/null and b/app/assets/dbip/dbip-country-lite-2026-06.mmdb differ diff --git a/src/Geo/Server/Server.php b/src/Geo/Server/Server.php index fd76bd3..0b79fc9 100644 --- a/src/Geo/Server/Server.php +++ b/src/Geo/Server/Server.php @@ -46,7 +46,7 @@ protected function initHooks(): void protected function initResources(): void { $this->http->setResource('geodb', function () { - $defaultPath = __DIR__ . '/../../../app/assets/dbip/dbip-country-lite-2026-03.mmdb'; + $defaultPath = __DIR__ . '/../../../app/assets/dbip/dbip-country-lite-2026-06.mmdb'; $path = System::getEnv('GEO_DBIP_PATH', $defaultPath); if (!\is_readable($path)) { throw new Exception('GeoIP database file not found or not readable: ' . $path);