Skip to content

Instantly share code, notes, and snippets.

@allanino
Created June 22, 2015 17:38
Show Gist options
  • Select an option

  • Save allanino/9ce3f13186798e5f8c57 to your computer and use it in GitHub Desktop.

Select an option

Save allanino/9ce3f13186798e5f8c57 to your computer and use it in GitHub Desktop.
Command to get external IP
#!/bin/bash
wget -qO- http://ipecho.net/plain ; echo
@allanino
Copy link
Author

curl ident.me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment