legitbot 1.11.10 → 1.11.12
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/ias.rb +16 -0
- data/lib/legitbot/openai.rb +46 -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: dae329e5de6473d5dc71904c8ca420808cb33e55dc90628846d032411d4d7132
|
4
|
+
data.tar.gz: 3f48ffc519567ea4c4612a42195425a4039dd03027e3a121dabec0b268ad14e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcbe5171defe72ed8f1e5343296c7ca5b4a00909da05758369fe967972413c6d13fc70d18a194fd29a809554e1bba53309e63c2849cdb474803e9ced3474f183
|
7
|
+
data.tar.gz: 3eaf46e33803aed892f4409fbbd1318422f1d6c5aedba4e60899d005d194c1d3f93b95c740717ee2430b7a102c4085479729cf6da4b7efb9a2c693e9b09b95b6
|
data/lib/legitbot/ias.rb
CHANGED
@@ -12,10 +12,26 @@ module Legitbot # :nodoc:
|
|
12
12
|
23.21.212.31
|
13
13
|
34.195.212.30
|
14
14
|
35.175.92.196
|
15
|
+
92.42.105.32
|
16
|
+
92.42.105.33
|
17
|
+
92.42.105.34
|
18
|
+
92.42.105.35
|
19
|
+
92.42.105.36
|
20
|
+
92.42.105.37
|
21
|
+
92.42.105.38
|
22
|
+
92.42.105.39
|
15
23
|
92.204.170.15
|
16
24
|
92.204.190.235
|
17
25
|
162.211.125.4
|
18
26
|
162.211.125.5
|
27
|
+
173.224.127.64
|
28
|
+
173.224.127.65
|
29
|
+
173.224.127.66
|
30
|
+
173.224.127.67
|
31
|
+
173.224.127.68
|
32
|
+
173.224.127.69
|
33
|
+
173.224.127.70
|
34
|
+
173.224.127.71
|
19
35
|
]
|
20
36
|
end
|
21
37
|
|
data/lib/legitbot/openai.rb
CHANGED
@@ -12,29 +12,43 @@ module Legitbot # :nodoc:
|
|
12
12
|
20.171.207.0/24
|
13
13
|
52.230.152.0/24
|
14
14
|
172.182.204.0/24
|
15
|
+
172.182.214.0/24
|
16
|
+
172.182.215.0/24
|
15
17
|
]
|
16
18
|
end
|
17
19
|
|
18
20
|
# https://platform.openai.com/docs/bots
|
21
|
+
# rubocop:disable Metrics/ClassLength
|
19
22
|
class OpenAIChat < BotMatch
|
20
23
|
# @fetch:url https://openai.com/chatgpt-user.json
|
21
24
|
# @fetch:jsonpath $.prefixes[*].ipv4Prefix
|
22
25
|
ip_ranges %w[
|
26
|
+
4.151.71.176/28
|
27
|
+
4.151.119.48/28
|
23
28
|
4.151.241.240/28
|
24
29
|
4.196.118.112/28
|
25
30
|
4.197.22.112/28
|
26
31
|
4.197.115.112/28
|
32
|
+
4.205.128.176/28
|
33
|
+
13.65.138.96/28
|
27
34
|
13.65.138.112/28
|
35
|
+
13.76.116.80/28
|
28
36
|
13.83.167.128/28
|
29
37
|
13.83.237.176/28
|
30
38
|
20.55.229.144/28
|
39
|
+
20.63.221.64/28
|
31
40
|
20.90.7.144/28
|
32
41
|
20.97.189.96/28
|
42
|
+
20.102.212.144/28
|
43
|
+
20.117.22.224/28
|
33
44
|
20.161.75.208/28
|
34
45
|
20.193.50.32/28
|
35
46
|
20.215.188.192/28
|
36
47
|
20.215.214.16/28
|
37
48
|
20.228.106.176/28
|
49
|
+
20.235.87.224/28
|
50
|
+
20.249.63.208/28
|
51
|
+
23.98.179.16/28
|
38
52
|
23.98.186.64/28
|
39
53
|
23.98.186.96/28
|
40
54
|
23.98.186.176/28
|
@@ -44,37 +58,68 @@ module Legitbot # :nodoc:
|
|
44
58
|
40.84.221.224/28
|
45
59
|
40.116.73.208/28
|
46
60
|
51.8.155.48/28
|
61
|
+
51.8.155.64/28
|
62
|
+
51.8.155.112/28
|
63
|
+
52.148.129.32/28
|
64
|
+
52.156.77.144/28
|
47
65
|
52.159.227.32/28
|
48
66
|
52.159.249.96/28
|
67
|
+
52.173.234.16/28
|
68
|
+
52.173.234.80/28
|
49
69
|
52.176.139.176/28
|
50
70
|
52.190.137.16/28
|
51
71
|
52.190.137.144/28
|
52
72
|
52.190.139.48/28
|
73
|
+
52.190.142.64/28
|
53
74
|
52.190.190.16/28
|
54
75
|
52.225.75.208/28
|
55
76
|
52.230.163.32/28
|
56
77
|
52.230.164.176/28
|
78
|
+
52.236.94.144/28
|
79
|
+
52.242.132.224/28
|
80
|
+
52.242.132.240/28
|
57
81
|
52.252.113.240/28
|
82
|
+
52.255.109.80/28
|
83
|
+
52.255.109.96/28
|
84
|
+
52.255.109.112/28
|
85
|
+
52.255.109.128/28
|
86
|
+
52.255.109.144/28
|
58
87
|
52.255.111.0/28
|
59
88
|
52.255.111.16/28
|
60
89
|
52.255.111.32/28
|
61
90
|
52.255.111.48/28
|
62
91
|
52.255.111.80/28
|
63
92
|
52.255.111.112/28
|
93
|
+
57.154.174.112/28
|
94
|
+
57.154.175.0/28
|
64
95
|
57.154.187.32/28
|
65
96
|
68.154.28.96/28
|
66
97
|
68.220.57.64/28
|
67
98
|
68.221.67.160/28
|
68
99
|
68.221.67.192/28
|
69
100
|
68.221.67.224/28
|
101
|
+
68.221.67.240/28
|
70
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
|
108
|
+
74.249.86.176/28
|
71
109
|
104.210.139.192/28
|
72
110
|
104.210.139.224/28
|
111
|
+
132.196.82.48/28
|
112
|
+
135.119.134.128/28
|
113
|
+
135.119.134.192/28
|
73
114
|
135.237.131.208/28
|
74
115
|
135.237.133.48/28
|
116
|
+
135.237.133.112/28
|
117
|
+
137.135.191.176/28
|
75
118
|
172.178.140.144/28
|
119
|
+
172.178.141.112/28
|
76
120
|
172.178.141.128/28
|
77
121
|
172.183.143.224/28
|
122
|
+
172.183.222.128/28
|
78
123
|
172.212.159.64/28
|
79
124
|
172.213.11.144/28
|
80
125
|
172.213.12.112/28
|
@@ -83,6 +128,7 @@ module Legitbot # :nodoc:
|
|
83
128
|
172.213.21.144/28
|
84
129
|
]
|
85
130
|
end
|
131
|
+
# rubocop:enable Metrics/ClassLength
|
86
132
|
|
87
133
|
# https://platform.openai.com/docs/bots
|
88
134
|
class OpenAISearch < BotMatch
|
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.12
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_interval_tree
|