Skip to content

JonathonMA/geoip-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoIP server

A really simple GeoIP server to tell the country of the request.

$ docker-compose up

$ host=$(dinghy ip)
$ port=$(docker port geoipserver_app_1 8080 | cut -f 2- -d:)
$ curl -s "http://${host}:${port}/country" | jq .
{
  "countryCode": "AU"
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published