summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/util/dns.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/custodian/util/dns.rb b/lib/custodian/util/dns.rb
index fca3f95..a26cc96 100644
--- a/lib/custodian/util/dns.rb
+++ b/lib/custodian/util/dns.rb
@@ -65,17 +65,3 @@ module Custodian
end
end
-
-
-
-
-if __FILE__ == $0 then
-
- %w( ssh.steve.org.uk ipv6.steve.org.uk ).each do |name|
- puts "Hostname test: #{name} #{Custodian::Util::DNS.hostname_to_ip(name) }"
- end
-
- %w( 80.68.85.46 80.68.85.48 2001:41c8:125:46::22 ).each do |name|
- puts "Hostname test: #{name} #{Custodian::Util::DNS.ip_to_hostname(name) }"
- end
-end