View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001729 | Anope Stable (2.0.x series) | General | public | 2019-12-14 18:18 | 2020-02-10 23:36 |
Reporter | ivp | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0001729: geoipupdate.sh not working | ||||
Description | geoipupdate.sh is trying to fetch MaxMind GeoIP data from non-existing URLs: https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip Those are GeoIP Legacy CSV Databases: https://dev.maxmind.com/geoip/legacy/csv/ The latest one are here: https://dev.maxmind.com/geoip/geoip2/geoip2-city-country-csv-databases/ | ||||
Tags | No tags attached. | ||||
|
as ivp said, however the script still can be used if you tweek it a little and dl the right csv for yourself. |
|
GeoLite Legacy databases are already discontinued on January 2, 2019. We should use GeoLite2 Free Downloadable Databases: https://dev.maxmind.com/geoip/geoip2/geolite2/ And probably GeoIP2 CSV Format Converter: https://github.com/maxmind/geoip2-csv-converter |
|
Its also worth noting that simply changing the URL's won't be sufficient as the new CSV format is different from the old. Not to mention this should be dealt with sooner rather then later as the legacy databases are no longer being updated anyway. |