legitbot 1.11.11 → 1.11.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/legitbot/duckduckgo.rb +2 -0
- data/lib/legitbot/openai.rb +37 -0
- data/lib/legitbot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4e488aedddc99f554b6c77583c9c83a002e619d67abd39be7a5c6e7ffa91648
|
4
|
+
data.tar.gz: 42d72ad19facb323cef74b12557e7ff11ef296670c3792e966f1696232266214
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39f5610ea3341cc4f8ac6e8e9c1a89b22393880f89f841b7ede8e1a2091fede2bd80a0bf8ca944887a3ebc20b6283ee497f46f2cfa8a28fe50ed111d391a35ea
|
7
|
+
data.tar.gz: 07ecd3ffaab28b65e8d6d2a424cd534b197d6c42595342afc4a5268cd946ca221989f45cec4c16984e9b0b8de52554d56a5e4f5c71478fdda4bb5802d2b0318c
|
data/lib/legitbot/duckduckgo.rb
CHANGED
@@ -7,6 +7,7 @@ module Legitbot # :nodoc:
|
|
7
7
|
# @fetch:url https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot
|
8
8
|
# @fetch:selector main > article ul > li > div
|
9
9
|
ip_ranges %w[
|
10
|
+
4.156.136.79
|
10
11
|
4.182.131.108
|
11
12
|
4.195.133.120
|
12
13
|
4.209.224.56
|
@@ -98,6 +99,7 @@ module Legitbot # :nodoc:
|
|
98
99
|
20.219.45.67
|
99
100
|
20.219.45.190
|
100
101
|
20.226.133.105
|
102
|
+
20.232.184.230
|
101
103
|
40.64.105.247
|
102
104
|
40.64.106.11
|
103
105
|
40.76.162.191
|
data/lib/legitbot/openai.rb
CHANGED
@@ -18,6 +18,7 @@ module Legitbot # :nodoc:
|
|
18
18
|
end
|
19
19
|
|
20
20
|
# https://platform.openai.com/docs/bots
|
21
|
+
# rubocop:disable Metrics/ClassLength
|
21
22
|
class OpenAIChat < BotMatch
|
22
23
|
# @fetch:url https://openai.com/chatgpt-user.json
|
23
24
|
# @fetch:jsonpath $.prefixes[*].ipv4Prefix
|
@@ -28,19 +29,25 @@ module Legitbot # :nodoc:
|
|
28
29
|
4.196.118.112/28
|
29
30
|
4.197.22.112/28
|
30
31
|
4.197.115.112/28
|
32
|
+
4.205.128.176/28
|
31
33
|
13.65.138.96/28
|
32
34
|
13.65.138.112/28
|
35
|
+
13.76.116.80/28
|
33
36
|
13.83.167.128/28
|
34
37
|
13.83.237.176/28
|
35
38
|
20.55.229.144/28
|
39
|
+
20.63.221.64/28
|
36
40
|
20.90.7.144/28
|
37
41
|
20.97.189.96/28
|
38
42
|
20.102.212.144/28
|
43
|
+
20.117.22.224/28
|
39
44
|
20.161.75.208/28
|
40
45
|
20.193.50.32/28
|
41
46
|
20.215.188.192/28
|
42
47
|
20.215.214.16/28
|
43
48
|
20.228.106.176/28
|
49
|
+
20.235.87.224/28
|
50
|
+
20.249.63.208/28
|
44
51
|
23.98.179.16/28
|
45
52
|
23.98.186.64/28
|
46
53
|
23.98.186.96/28
|
@@ -58,6 +65,7 @@ module Legitbot # :nodoc:
|
|
58
65
|
52.159.227.32/28
|
59
66
|
52.159.249.96/28
|
60
67
|
52.173.234.16/28
|
68
|
+
52.173.234.80/28
|
61
69
|
52.176.139.176/28
|
62
70
|
52.190.137.16/28
|
63
71
|
52.190.137.144/28
|
@@ -68,10 +76,14 @@ module Legitbot # :nodoc:
|
|
68
76
|
52.230.163.32/28
|
69
77
|
52.230.164.176/28
|
70
78
|
52.236.94.144/28
|
79
|
+
52.242.132.224/28
|
80
|
+
52.242.132.240/28
|
71
81
|
52.252.113.240/28
|
72
82
|
52.255.109.80/28
|
83
|
+
52.255.109.96/28
|
73
84
|
52.255.109.112/28
|
74
85
|
52.255.109.128/28
|
86
|
+
52.255.109.144/28
|
75
87
|
52.255.111.0/28
|
76
88
|
52.255.111.16/28
|
77
89
|
52.255.111.32/28
|
@@ -88,9 +100,17 @@ module Legitbot # :nodoc:
|
|
88
100
|
68.221.67.224/28
|
89
101
|
68.221.67.240/28
|
90
102
|
68.221.75.16/28
|
103
|
+
74.7.35.48/28
|
104
|
+
74.7.35.112/28
|
105
|
+
74.7.36.64/28
|
106
|
+
74.7.36.80/28
|
107
|
+
74.7.36.96/28
|
91
108
|
74.249.86.176/28
|
92
109
|
104.210.139.192/28
|
93
110
|
104.210.139.224/28
|
111
|
+
132.196.82.48/28
|
112
|
+
135.119.134.128/28
|
113
|
+
135.119.134.192/28
|
94
114
|
135.237.131.208/28
|
95
115
|
135.237.133.48/28
|
96
116
|
135.237.133.112/28
|
@@ -108,16 +128,33 @@ module Legitbot # :nodoc:
|
|
108
128
|
172.213.21.144/28
|
109
129
|
]
|
110
130
|
end
|
131
|
+
# rubocop:enable Metrics/ClassLength
|
111
132
|
|
112
133
|
# https://platform.openai.com/docs/bots
|
113
134
|
class OpenAISearch < BotMatch
|
114
135
|
# @fetch:url https://openai.com/searchbot.json
|
115
136
|
# @fetch:jsonpath $.prefixes[*].ipv4Prefix
|
116
137
|
ip_ranges %w[
|
138
|
+
20.14.99.96/28
|
139
|
+
20.25.151.224/28
|
117
140
|
20.42.10.176/28
|
141
|
+
20.168.18.32/28
|
142
|
+
20.169.6.224/28
|
143
|
+
20.169.7.48/28
|
144
|
+
20.171.53.224/28
|
145
|
+
20.171.123.64/28
|
118
146
|
51.8.102.0/24
|
119
147
|
104.210.140.128/28
|
120
148
|
135.234.64.0/24
|
149
|
+
172.182.193.80/28
|
150
|
+
172.182.193.224/28
|
151
|
+
172.182.194.32/28
|
152
|
+
172.182.194.144/28
|
153
|
+
172.182.195.48/28
|
154
|
+
172.182.209.208/28
|
155
|
+
172.182.211.192/28
|
156
|
+
172.182.213.192/28
|
157
|
+
172.182.224.0/28
|
121
158
|
172.203.190.128/28
|
122
159
|
]
|
123
160
|
end
|
data/lib/legitbot/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: legitbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.11.
|
4
|
+
version: 1.11.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Azarov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_interval_tree
|