Skip to content

Instantly share code, notes, and snippets.

@khchanel
Created December 29, 2014 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khchanel/3339a13e679bd3ee5858 to your computer and use it in GitHub Desktop.
Save khchanel/3339a13e679bd3ee5858 to your computer and use it in GitHub Desktop.
simple command line tool that shows your current WAN IP address
#!/bin/sh
curl https://ip-detector.herokuapp.com/api/ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment