Created
July 4, 2021 12:07
-
-
Save avilum/2c758339b611d3c1e5ae9c74a38c4ea1 to your computer and use it in GitHub Desktop.
Who Am I ? (Whois on my public IP - ISP level)
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
wget -qO- "http://ipwhois.app/json/$(wget -qO- http://checkip.amazonaws.com)" | |
# Optionally - pipe the JSON output to jq: | |
# wget -qO- "http://ipwhois.app/json/$(wget -qO- http://checkip.amazonaws.com)" | jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment