Skip to content
/ myip Public

A simple http service to return ip adresse of client

License

Notifications You must be signed in to change notification settings

gadzorg/myip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myip

Simple HTTP docker service that prints client ip

$ docker run -d -p 8000:8000 --name myip -t gadzorg/myip

$ curl $(hostname --all-ip-addresses | awk '{print $1}'):8000

https://hub.docker.com/r/gadzorg/myip/

About

A simple http service to return ip adresse of client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages