Skip to content

Instantly share code, notes, and snippets.

@seth-macpherson
Created January 31, 2013 00:10
Show Gist options
  • Save seth-macpherson/4678633 to your computer and use it in GitHub Desktop.
Save seth-macpherson/4678633 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
# 85.17.96.111, 65.21.182.202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment