# File lib/blimpy/box.rb, line 171 def internal_dns @internal_dns ||= begin if @server.nil? 'no name' else @server.private_dns_name end end end