Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created December 23, 2021 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salrashid123/d09c87f923305bc3332dabbce863bfde to your computer and use it in GitHub Desktop.
Save salrashid123/d09c87f923305bc3332dabbce863bfde to your computer and use it in GitHub Desktop.
What is my IP using cli tools (curl)
curl -s https://httpbin.org/get | jq -r '.origin'
1.2.3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment