Skip to content

Instantly share code, notes, and snippets.

@seth-macpherson
Created January 31, 2013 00:03
Show Gist options
  • Save seth-macpherson/4678583 to your computer and use it in GitHub Desktop.
Save seth-macpherson/4678583 to your computer and use it in GitHub Desktop.
require 'socket'
Socket.do_not_reverse_lookup = true
UDPSocket.open do |s|
s.connect '8.8.8.8', 1
p s.addr.last
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment