JustYouRip.com
Show HN: Justyourip.com
11–20 of 47 posts
Re: Show HN: Justyourip.com
#12or
dig @ns1.google.com o-o.myaddr.l.google.com TXT +short | tr -d \"
or
Re: Show HN: Justyourip.com
#13I 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.
There's also icanhazip.com and /cdn-cgi/trace on any Cloudflare-proxied site.
curl -s cloudflare.com/cdn-cgi/trace | grep ip | cut -d "=" -f 2 --Re: Show HN: Justyourip.com
#14Same results in Safari. Oddly enough, works as expected in Firefox.
Re: Show HN: Justyourip.com
#15Just a heads up that it's not working as expected in Chrome. I loaded the page and got an IP that wasn't mine, then refreshed the page and got a different IP that still wasn't mine. Upon further investigation, both incorrect IPs appear to be owned by CloudFlare. Same results in Safari. Oddly enough, works as expected in Firefox.
Edit: Are you using 1.1.1.1 by chance? If so turn it off.
Re: Show HN: Justyourip.com
#16I'm a big fan of https://httpbin.org/ip or dig @ns1.google.com o-o.myaddr.l.google.com TXT +short | tr -d \" or https://github.com/Snawoot/myip
Re: Show HN: Justyourip.com
#17Couple alternatives:
* Search Google or DDG for “my ip”.
Re: Show HN: Justyourip.com
#18Re: Show HN: Justyourip.com
#19Where do I submit feature requests?