legitbot 1.11.8 → 1.11.9
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/openai.rb +15 -1
- 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: 9ccfc3ef3d625c67b585415ccd6a6cadea964f766e421f6209e104d472d48e2c
|
4
|
+
data.tar.gz: 0de4d69e9a25e17cdc477b58495bac0eae833663792c7deb181a597c110ed3b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fea8cccfbb59b3afb1b7b7436116b6fd7c586bfed76af062450aa97eb1c74fe65dd21fedfb08350c59e13c6abe90857d25a8de8e700fa30e01458e121c99a2bc
|
7
|
+
data.tar.gz: 87c9d91f379793736a03d3e6de1d60a325f2614b3aaeb12eff8263679e77f1b120b5b3975a8d295b5aea1b269198add343afa4dbb8a4bd74b13fdb27a7bf170f
|
data/lib/legitbot/openai.rb
CHANGED
@@ -11,7 +11,7 @@ module Legitbot # :nodoc:
|
|
11
11
|
20.171.206.0/24
|
12
12
|
20.171.207.0/24
|
13
13
|
52.230.152.0/24
|
14
|
-
172.182.
|
14
|
+
172.182.204.0/24
|
15
15
|
]
|
16
16
|
end
|
17
17
|
|
@@ -20,6 +20,7 @@ module Legitbot # :nodoc:
|
|
20
20
|
# @fetch:url https://openai.com/chatgpt-user.json
|
21
21
|
# @fetch:jsonpath $.prefixes[*].ipv4Prefix
|
22
22
|
ip_ranges %w[
|
23
|
+
4.151.241.240/28
|
23
24
|
4.196.118.112/28
|
24
25
|
4.197.22.112/28
|
25
26
|
13.83.167.128/28
|
@@ -31,19 +32,32 @@ module Legitbot # :nodoc:
|
|
31
32
|
23.98.186.192/28
|
32
33
|
40.84.221.208/28
|
33
34
|
40.84.221.224/28
|
35
|
+
40.116.73.208/28
|
34
36
|
51.8.155.48/28
|
35
37
|
51.8.155.64/28
|
36
38
|
51.8.155.112/28
|
37
39
|
52.156.77.144/28
|
40
|
+
52.159.227.32/28
|
38
41
|
52.159.249.96/28
|
42
|
+
52.190.190.16/28
|
39
43
|
52.225.75.208/28
|
44
|
+
52.230.163.32/28
|
45
|
+
52.230.164.176/28
|
40
46
|
52.236.94.144/28
|
47
|
+
52.255.111.48/28
|
48
|
+
52.255.111.80/28
|
49
|
+
52.255.111.112/28
|
41
50
|
57.154.175.0/28
|
51
|
+
68.221.67.192/28
|
52
|
+
68.221.67.224/28
|
42
53
|
135.237.131.208/28
|
54
|
+
137.116.165.208/28
|
43
55
|
172.178.140.144/28
|
44
56
|
172.178.141.112/28
|
45
57
|
172.178.141.128/28
|
46
58
|
172.183.222.128/28
|
59
|
+
172.213.12.112/28
|
60
|
+
172.213.21.16/28
|
47
61
|
]
|
48
62
|
end
|
49
63
|
|
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.9
|
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-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_interval_tree
|