Skip to content

Instantly share code, notes, and snippets.

@dfarrell-bloom
Created January 15, 2014 23:33
Show Gist options
  • Select an option

  • Save dfarrell-bloom/8446903 to your computer and use it in GitHub Desktop.

Select an option

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

Hillsie commented Aug 31, 2016

Copy link
Copy Markdown

Just what I needed, though. Thanx

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