Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages