Sha256: ece8cf2ef062d8aa3ae0cd9dde655bca4f4c027b60e21a053555aeae5d7a22b6

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

module Legitbot # :nodoc:
  # https://platform.openai.com/docs/gptbot
  class GPTBot < BotMatch
    # NOTE: fetching has been disabled, see #131
    # @ fetch:url https://openai.com/gptbot-ranges.txt
    ip_ranges %w[
      52.230.152.0/24
      52.233.106.0/24
    ]
  end

  rule Legitbot::GPTBot, %w[GPTBot]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
legitbot-1.10.5 lib/legitbot/gptbot.rb
legitbot-1.10.4 lib/legitbot/gptbot.rb
legitbot-1.10.3 lib/legitbot/gptbot.rb