Sha256: cc0ef59610ce24135543a44bd968f27b4551344d2723fc71cb660980e2c5a721

Contents?: true

Size: 341 Bytes

Versions: 33

Compression:

Stored size: 341 Bytes

Contents

# frozen_string_literal: true

module Legitbot # :nodoc:
  # https://ahrefs.com/robot
  class Ahrefs < BotMatch
    ip_ranges %w[
      54.36.148.0/24
      54.36.149.0/24
      54.36.150.0/24
      195.154.122.0/24
      195.154.123.0/24
      195.154.126.0/24
      195.154.127.0/24
    ]
  end

  rule Legitbot::Ahrefs, %w[AhrefsBot]
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
legitbot-1.10.1 lib/legitbot/ahrefs.rb
legitbot-1.10.0 lib/legitbot/ahrefs.rb
legitbot-1.9.4 lib/legitbot/ahrefs.rb
legitbot-1.9.3 lib/legitbot/ahrefs.rb
legitbot-1.9.2 lib/legitbot/ahrefs.rb
legitbot-1.9.1 lib/legitbot/ahrefs.rb
legitbot-1.9.0 lib/legitbot/ahrefs.rb
legitbot-1.8.0 lib/legitbot/ahrefs.rb
legitbot-1.7.3 lib/legitbot/ahrefs.rb
legitbot-1.7.2 lib/legitbot/ahrefs.rb
legitbot-1.7.1 lib/legitbot/ahrefs.rb
legitbot-1.7.0 lib/legitbot/ahrefs.rb
legitbot-1.6.1 lib/legitbot/ahrefs.rb
legitbot-1.6.0 lib/legitbot/ahrefs.rb
legitbot-1.5.1 lib/legitbot/ahrefs.rb
legitbot-1.5.0 lib/legitbot/ahrefs.rb
legitbot-1.4.5 lib/legitbot/ahrefs.rb
legitbot-1.4.4 lib/legitbot/ahrefs.rb
legitbot-1.4.3 lib/legitbot/ahrefs.rb
legitbot-1.4.2 lib/legitbot/ahrefs.rb