Last active
April 19, 2017 10:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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