Skip to content

Instantly share code, notes, and snippets.

@colby
Last active September 19, 2016 23:15
Show Gist options
  • Save colby/ca4d098e67add642167a to your computer and use it in GitHub Desktop.
Save colby/ca4d098e67add642167a to your computer and use it in GitHub Desktop.
Useful IP related aliases and tools.
alias speed="wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip"
alias wanip="curl http://ifconfig.co"
function ipinfo() { curl "http://ipinfo.io/$1"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment