Sha256: 8cb32b649f81478f67a85cf7316a42d8bb0d6c89822f83d9ad7449ae607228fc
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://duckduckgo.com/duckduckbot class DuckDuckGo < BotMatch ip_ranges %w[ 50.16.241.113 50.16.241.114 50.16.241.117 50.16.247.234 52.204.97.54 52.5.190.19 54.197.234.188 54.208.100.253 23.21.227.69 ] end rule Legitbot::DuckDuckGo, %w[DuckDuckBot] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
legitbot-0.4.2 | lib/legitbot/duckduckgo.rb |
legitbot-0.4.1 | lib/legitbot/duckduckgo.rb |
legitbot-0.4.0 | lib/legitbot/duckduckgo.rb |