Skip to content

Instantly share code, notes, and snippets.

@dknecht
Created October 5, 2013 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dknecht/6835312 to your computer and use it in GitHub Desktop.
Save dknecht/6835312 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
require "resolv"
RESOLV = Resolv::DNS.new
begin
ip = RESOLV.getaddresses('canary-cedar-1.herokuapp.com').first.to_s
print ip + "\n"
end while ip != ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment