Skip to content

Instantly share code, notes, and snippets.

@suguanYang
Created February 9, 2020 06:04
Show Gist options
  • Save suguanYang/cac51cff7fb20d9c26c45de7921b2efb to your computer and use it in GitHub Desktop.
Save suguanYang/cac51cff7fb20d9c26c45de7921b2efb to your computer and use it in GitHub Desktop.
geoIP
#!/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