/myip

A light-weight HTTP server that tells you what your public IPv4 is.

Primary LanguageGo

myip

A light-weight HTTP server that tells you what your public IPv4 is.

Let's build your own

$ docker build . -t myip

or use my pre-built image

on Docker hub,

and start it up

$ docker run -p 8080:8080 -d myip