Sha256: 9c5e00ae70e5d61c4f1ee61c89ff4e2f1d4db52584d797655786bd709fd6cc4d
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://platform.openai.com/docs/gptbot class GPTBot < BotMatch # @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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
legitbot-1.10.1 | lib/legitbot/gptbot.rb |
legitbot-1.10.0 | lib/legitbot/gptbot.rb |