Hacker News new | ask | show | jobs
by pearkes 4936 days ago
If you have a command line and curl handy:

    curl http://ifconfig.me/
4 comments

I tend to use ` curl -s http://wtfismyip.com/text ` mostly because it is easy for me to remember.
You beat me to it.

    ~ curl -s ifconfig.me | wc -l && curl -s internetaddress.me | wc -l
       1
      59
I think this is a good tool though, but really only from a browser.
Yeah, been using this more and more. Super handy website.
definitely handy