Created
October 30, 2017 10:02
-
-
Save zaftzaft/78bf1daabf72f13ef652587cdb22b792 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /tmp | |
| wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz | |
| wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz | |
| wget http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz | |
| gunzip GeoIP.dat.gz | |
| gunzip GeoLiteCity.dat.gz | |
| gunzip GeoIPASNum.dat.gz | |
| mv /tmp/GeoIP.dat /usr/share/GeoIP/ | |
| mv /tmp/GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat | |
| mv /tmp/GeoIPASNum.dat /usr/share/GeoIP/ | |
| cd - | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment