9/6/18

GeoIP Update Script

#!/bin/sh
cd /usr/share/GeoIP/
sudo rm /usr/share/GeoIP/GeoIP.dat_bak
sudo mv /usr/share/GeoIP/GeoIP.dat /usr/share/GeoIP/GeoIP.dat_bak
sudo wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
sudo gunzip GeoIP.dat.gz

No comments:

Post a Comment