Skip to content

Instantly share code, notes, and snippets.

@eugrus
Created February 18, 2023 01:42
Show Gist options
  • Save eugrus/d3c37d614c5902f01fa474c9dea9c6f2 to your computer and use it in GitHub Desktop.
Save eugrus/d3c37d614c5902f01fa474c9dea9c6f2 to your computer and use it in GitHub Desktop.
log your own public IP
while :; do date ; curl ifconfig.me ; printf "\n"; sleep 1; done |tee ~/iplog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment