geoipupdate icon indicating copy to clipboard operation
geoipupdate copied to clipboard

GeoIP update client code

Results 15 geoipupdate issues
Sort by recently updated
recently updated
newest added

When trying to update database on windows server 2019: ``` E:\GEOIP\geoipupdate_6.1.0_windows_amd64\geoipupdate.exe Error loading configuration: unknown option on line 1 ``` My config file is a default: ``` # Please see...

I'd like to suggest adding a systemd timer unit for scheduled running of geoipupdate command. The service unit could be as simple as: ``` [Unit] Description=GeoIP databases update service Wants=geoipupdate.timer...

enhancement

CSV support would be key to be able to use this in conjunction with https://github.com/sherpya/geolite2legacy to keep some legacy software operating, in particular scripts using geoiplookup, which depends on the...

enhancement

All geoipupdate output is written to stderr instead of stdout, even on success: { { geoipupdate --version; } 2>&3 | sed 's/^/STDOUT: /'; } 3>&1 1>&2 | sed 's/^/STDERR: /'...

I have just discovered that GeoIP was failing on my production server (which is x86), while working on my development system (which is a newish Mac, and therefore arm). This...

Would be nice to have variables for download folder. For example a folder for each db or per date, etc.

enhancement

@oschwald it looks like rpms/packages are not signed using GPG keys. Do we have any plans to sign packages and make pub keys available to validate RPM using keys?

### **Bug:** When running `geoipudate -v`, I noticed that it prints to stderr instead of stdout. I ran into this issue when trying to print output to a log file....

enhancement

This command doesn't appear to have a differing status code, depending on if it updated the database(s) or not. It would be good to return something different so a cron...

enhancement

The README.md file doesn't give enough information to let one build a copy of geoipupdate with non-default directories - at least, not if one is a go novice. It looks...

enhancement