Skip to content

Instantly share code, notes, and snippets.

@dotancohen
Last active May 16, 2017 07:14
Show Gist options
  • Save dotancohen/72c94819504ef61dd6ed76959616f0b9 to your computer and use it in GitHub Desktop.
Save dotancohen/72c94819504ef61dd6ed76959616f0b9 to your computer and use it in GitHub Desktop.
What country is that website hosted in?
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