Show HN: Justyourip.com
41–47 of 47 posts
Re: Show HN: Justyourip.com
#42Earlier quoted context omitted.
There's also icanhazip.com and /cdn-cgi/trace on any Cloudflare-proxied site.
I didn't know about the /cdn-cgi/trace Cloudflare trick. Here's a one-liner to print just the ip via curl: curl -s cloudflare.com/cdn-cgi/trace | grep ip | cut -d "=" -f 2 --
Re: Show HN: Justyourip.com
#43I got tired of sending people to ad laden websites, some of them quite obnoxious, just for an IP. So I made this. No ads, no affiliation with anybody but the guy who made it, just a place to get Just Your IP.
Re: Show HN: Justyourip.com
#44My favorite (very fast & lightweight) dig +short myip.opendns.com @resolver1.opendns.com
I use:
dig TXT +short o-o.myaddr.l.google.com @ns1.google.com
which I've aliased to ipe
Re: Show HN: Justyourip.com
#45Re: Show HN: Justyourip.com
#46Re: Show HN: Justyourip.com
#47Earlier quoted context omitted.
There's also icanhazip.com and /cdn-cgi/trace on any Cloudflare-proxied site.
I didn't know about the /cdn-cgi/trace Cloudflare trick. Here's a one-liner to print just the ip via curl: curl -s cloudflare.com/cdn-cgi/trace | grep ip | cut -d "=" -f 2 --
I just do this, myself:
IP=`curl -s checkip.amazonaws.com`