# File lib/thin/backends/swiftiply_client.rb, line 52
      def host_ip
        Socket.gethostbyname(@backend.host)[3].unpack('CCCC') rescue [0,0,0,0]
      end