valda/lxgeoip

By valda

Updated about 8 years ago

GeoIP service based on MaxMind mmdb database on linux and .net core

Image
0

60

Image serves simple RESTFull service for IP address geo location lockup. It uses internally database from MaxMind. to run image use:

docker run -p 5000:5000 valda/lxgeoip

or for running in background

docker run -p 5000:5000 valda/lxgeoip

For calling REST api service you can use URL in this format:

http://<IP ADDRESS>:5000/api/ip?addr=82.83.84.85

Docker Pull Command

docker pull valda/lxgeoip