Skip to content

Instantly share code, notes, and snippets.

@dfarrell-bloom
Created January 15, 2014 23:33
Show Gist options
  • Save dfarrell-bloom/8446903 to your computer and use it in GitHub Desktop.
Save dfarrell-bloom/8446903 to your computer and use it in GitHub Desktop.
get an ip from a server with ipchicken
# not super awesome but it works
curl ipchicken.com | grep "[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}"
@Hillsie
Copy link

Hillsie commented Aug 31, 2016

Just what I needed, though. Thanx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment