Sha256: 96cdb1a4bb16e263b9556caa19b0d0acb0566b3325959d02131f38c5f5ff60c3
Contents?: true
Size: 689 Bytes
Versions: 30
Compression:
Stored size: 689 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://www.oracle.com/corporate/acquisitions/grapeshot/crawler.html class Oracle < BotMatch ip_ranges %w[ 132.145.9.5 132.145.11.125 132.145.14.70 132.145.15.209 132.145.64.33 132.145.66.116 132.145.66.156 132.145.67.248 140.238.81.78 140.238.83.181 140.238.94.137 140.238.95.47 140.238.95.199 152.67.128.219 152.67.137.35 152.67.138.180 148.64.56.64/28 148.64.56.79 148.64.56.80 148.64.56.112/28 148.64.56.127 148.64.56.128 ] end rule Legitbot::Oracle, %w[GrapeshotCrawler] end
Version data entries
30 entries across 30 versions & 1 rubygems