maxmind provide an updated db that you can download under the license
Bug #314405 reported by
Giles Westwood
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
geoip (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
#!/bin/sh
#Grab the uptodate free geoip country mappings
test ! -d /usr/share/GeoIP && mkdir -p /usr/share/GeoIP ;
wget -a /var/log/geoip.log -O - http://
This can be run via cron to make sure you're kept up to date.
To post a comment you must log in.
Will that not cause problems if the ip database is currently in use? Will the file handle be released by the application using the api?