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
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License