Last active
May 16, 2017 07:14
-
-
Save dotancohen/72c94819504ef61dd6ed76959616f0b9 to your computer and use it in GitHub Desktop.
What country is that website hosted in?
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
whois $(dig stackoverflow.com | grep -P "IN\s*A(AAA)?\s*\d" | awk '{print $5}' | head -n1) | grep -i country |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment