Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-04-17 12:28:47 +0300
committerMartin Polden <martin.polden@gmail.com>2016-04-17 12:28:47 +0300
commit8f715763578af172a65edf8c198037ff435b8b7b (patch)
tree7f5c6ed70a78c8754803eff729566e607af0e055 /Makefile
parent8027c55fdfb55b41a01eccf6fefa0acc7016ff89 (diff)
Add support for city lookup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5907eb..b851e18 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,6 @@ deps:
install:
go install
-get-geoip-db:
+get-geoip-dbs:
curl -s http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz | gunzip > GeoLite2-Country.mmdb
+ curl -s http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz | gunzip > GeoLite2-City.mmdb