Skip to content

Instantly share code, notes, and snippets.

@jasperf
Last active April 19, 2017 10:40
Show Gist options
  • Save jasperf/68b85f26d3ebb95aa0ee37382ada93bf to your computer and use it in GitHub Desktop.
Save jasperf/68b85f26d3ebb95aa0ee37382ada93bf to your computer and use it in GitHub Desktop.
Check your external ip address from the command line + website as option to check ip address details
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
# website https://db-ip.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment