A simple ip echo service that runs behind Cloudflare proxy.
  • Makefile 41.6%
  • Dockerfile 31.4%
  • Go 27%
Find a file
2026-02-26 18:47:07 +00:00
.github/workflows Update action version 2025-02-06 23:57:18 +00:00
traefik Update README 2021-07-09 00:33:38 +01:00
.env Use Golang 1.26.x 2026-02-26 18:47:07 +00:00
Dockerfile Add maintainer 2024-11-27 00:28:49 +00:00
LICENSE Update copyright year 2026-01-06 18:18:26 +00:00
main.go Add error check 2024-10-05 01:16:54 +01:00
Makefile Get go version from environment 2022-05-26 13:31:46 +01:00
README.md Update README 2024-03-14 23:32:19 +00:00

Docker What's My IP

A simple ip echo service that runs behind Cloudflare proxy.

Usage

docker run -d -p 0.0.0.0:10101:10101 eingressio/whats-my-ip

The IP echo service is now available at http//:0.0.0.0:10101.