lib/ronin/network/network.rb in ronin-support-0.3.0 vs lib/ronin/network/network.rb in ronin-support-0.4.0.rc1

- old
+ new

@@ -25,9 +25,10 @@ module Ronin # # Network helper methods. # module Network + # The URL used for determining the external IP Address. IP_URL = URI.parse('http://checkip.dyndns.org/') # # Determines the current external IP Address. #