Geoip
geoip automatic update
#cd /etc/cron.monthly
#vi geoip-update
#copy this code into the file
#!/bin/sh
cd /usr/local/share/GeoIP/
wget -q http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
wget -q http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
wget -q http://www.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
gunzip -d -f *.gz