parl

(opts[:min]..opts[:max]).parl(500) do |n|
  if is_open? ip, n
    puts "#{ip}:#{n} is open"
  end
end