Just another "what is my IP address" service, including DNS discovering, geolocation and headers.
10K+
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.
Content type
Image
Digest
sha256:09abeb299…
Size
9 MB
Last updated
8 days ago
docker pull dcarrillo/whatismyip