A simple service for looking up your IP address. This is the code that powers http://ifconfig.co
$ curl ifconfig.co
127.0.0.1
$ wget -q -O - ifconfig.co
127.0.0.1
$ fetch -q -o - ifconfig.co
127.0.0.1
Pass the appropriate flag (usually -4 and -6) to your tool to switch between IPv4 and IPv6 lookup.
Content type
Image
Digest
sha256:3d0de0ada…
Size
177.6 MB
Last updated
almost 11 years ago
docker pull lichti/ifconfig