Skip to content

Instantly share code, notes, and snippets.

@kvn1234
Created July 4, 2019 05:31
Show Gist options
  • Save kvn1234/5d976b4e73c35c9b21c88348b705d1aa to your computer and use it in GitHub Desktop.
Save kvn1234/5d976b4e73c35c9b21c88348b705d1aa to your computer and use it in GitHub Desktop.
the reported geolocation info of a domain URL fast with this quick #oneliner:
curl -s ipinfo​.io/`dig +short example​.com` | tr -d '",{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment