# File lib/typhoeus/hydra/connect_options.rb, line 44
        def ignore_hosts
          @ignore_hosts ||= []

          if ignore_localhost?
            @ignore_hosts + Typhoeus::Request::LOCALHOST_ALIASES
          else
            @ignore_hosts
          end
        end