Skip to content

Instantly share code, notes, and snippets.

@Efrat19
Created December 25, 2019 12:08
Show Gist options
  • Save Efrat19/c1df56f9bd81164f99d635289f3d1964 to your computer and use it in GitHub Desktop.
Save Efrat19/c1df56f9bd81164f99d635289f3d1964 to your computer and use it in GitHub Desktop.
get public ip
curl -s http://checkip.dyndns.org/ | cut -d ' ' -f 6 | sed s/"body\|html\|<\|>\|\/"//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment