Sha256: cb630d44b74e4f6c0d64895b46e401de7e9ca3d50aaed74d35b4636f4704b3c6
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://duckduckgo.com/duckduckbot class DuckDuckGo < BotMatch ip_ranges %w[ 20.191.45.212 40.88.21.235 40.76.173.151 40.76.163.7 20.185.79.47 52.142.26.175 20.185.79.15 52.142.24.149 40.76.162.208 40.76.163.23 40.76.162.191 40.76.162.247 54.208.102.37 107.21.1.8 ] end rule Legitbot::DuckDuckGo, %w[DuckDuckBot] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
legitbot-1.6.0 | lib/legitbot/duckduckgo.rb |
legitbot-1.5.1 | lib/legitbot/duckduckgo.rb |