whatip.info

Introducing whatip.info. A very very simple Go program behind an NGINX server to resolve and return the remote IPv4 (and soon IPv6) address. My motivation behind it is dead simple: I need that exact functionality from something I know I control. Prior to this, I was using several alternatives: ifconfig.me ifconfig.co icanhazip.com All work great but I wished to curl something of my own making. Thus whatip.info was born. Here’s the code: ...

May 10, 2022 · 2 min · oschvr