Sign inSign up

dcarrillo/whatismyip

By dcarrillo

•Updated 8 days ago

Just another "what is my IP address" service, including DNS discovering, geolocation and headers.

Image
3

10K+

dcarrillo/whatismyip repository overview

⁠What is my IP address

Just another "what is my IP address" service, including DNS discovering, geolocation, TCP open port checking, and headers information. Written in go with high performance in mind, it uses gin⁠ which uses httprouter⁠ a lightweight high performance HTTP multiplexer.

Take a look at ifconfig.es⁠ a live site using whatismyip and the DNS discovery enabled.

Get your public IP easily from the command line:

curl ifconfig.es
127.0.0.1

curl -6 ifconfig.es
::1

Get the IP of your DNS provider:

curl -L dns.ifconfig.es
2a04:e4c0:47::67 (Spain / OPENDNS)

For more information, check out the project on GitHub⁠.

Tag summary

Content type

Image

Digest

sha256:09abeb299…

Size

9 MB

Last updated

8 days ago

docker pull dcarrillo/whatismyip