This repository contains redistributions of IP geolocation databases from third-party providers. These databases are automatically updated on a regular schedule to ensure accuracy and compliance with privacy regulations.
- GeoLite2-City-CSV: City-level IP geolocation data
- GeoLite2-Country-CSV: Country-level IP geolocation data
- GeoLite2-ASN-CSV: Autonomous System Number (ASN) data
Updates occur daily at 1:34 UTC.
Each database is available in the corresponding folder with its own README containing specific usage instructions and licensing details.
- Usage of these databases is governed by the respective license agreements of the original providers
- Due to privacy regulations (e.g., GDPR) that implement the right to be forgotten, we:
- Update databases regularly to ensure accuracy
- Remove old versions and git history to prevent unauthorized user tracking
- Only distribute the latest versions of each database
Updates are handled via GitHub Actions workflows. The process includes:
- Checking for new database versions
- Verifying file integrity via checksums
- Cleaning git history of old versions
- Committing new database files
For technical details, see the workflow files in .github/workflows/
.