Public bug reported:
#!/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://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
| gunzip > /usr/share/GeoIP/GeoIP.dat
This can be run via cron to make sure you're kept up to date.
** Affects: geoip (Ubuntu)
Importance: Undecided
Status: New
--
maxmind provide an updated db that you can download under the license
https://bugs.launchpad.net/bugs/314405
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs