Skip to content

Instantly share code, notes, and snippets.

@bgentry
Forked from dknecht/gist:6835312
Last active December 24, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgentry/6835559 to your computer and use it in GitHub Desktop.
Save bgentry/6835559 to your computer and use it in GitHub Desktop.
#!/usr/bin/env 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