mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 22:43:36 +02:00
Add support for city lookup
This commit is contained in:
3
Makefile
3
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
|
||||
|
Reference in New Issue
Block a user