GeoLite2-CSV格式数据库下载地址https://www.maxmind.com
将GeoLite2转换为旧Geoip格式供Nginx--with-http_geoip_module模块使用
# 国家
docker run -it -v $(pwd):/src geolite2legacy:latest -i /src/GeoLite2-Country-CSV_20241112.zip -o /src/GeoIP.dat
# 城市
docker run -it -v $(pwd):/src iabsdocker/geoip:latest -i /src/GeoLite2-City-CSV_20241112.zip -o /src/GeoIP-City.dat
Content type
Image
Digest
sha256:9901d6052…
Size
45.1 MB
Last updated
almost 2 years ago
docker pull iabsdocker/geoip