Created
February 9, 2020 06:04
-
-
Save suguanYang/cac51cff7fb20d9c26c45de7921b2efb to your computer and use it in GitHub Desktop.
geoIP
This file contains 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
#!/bin/bash | |
set -e | |
curl -L -O http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country-CSV.zip | |
unzip GeoLite2-Country-CSV.zip | |
rm GeoLite2-Country-CSV.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment