from–https://stackoverflow.com/questions/54097838/geoip-dat-gz-and-geolitecity-dat-gz-not-longer-available-getting-404-trying-to
数据来源:http://geolite.maxmind.com/
Maxmind不再支持Geolite产,仅支持Geolite2:https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geolite-legacy-databases/
您可以使用以下脚本 (https://github.com/sherpya/geolite2legacy) 将MaxMind GeoLite2数据库转换为旧的旧格式:
例: ./geolite2legacy.py -i GeoLite2-Country-CSV.zip -f geoname2fips.csv -o GeoIP.dat
顺便说一句-您可以在这里找到旧格式的新数据,网址 为:https://www.miyuru.lk/geoiplegacy(使用该脚本构建的文件)