Y
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
stock_toaster
4936 days ago
I tend to use ` curl -s
http://wtfismyip.com/text
` mostly because it is easy for me to remember.
link
mikegirouard
4936 days ago
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.
link
thejosh
4936 days ago
Yeah, been using this more and more. Super handy website.
link
ing33k
4936 days ago
definitely handy
link