Skip to content

Commit 20a6986

Browse files
committed
Update Google and Bing IP
1 parent b84ba23 commit 20a6986

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/Middleware/SignedQueryMiddleware.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool
152152
// ```
153153
$googleBotIps = [
154154
'2001:4860:4801:10::/64',
155-
'2001:4860:4801:11::/64',
156155
'2001:4860:4801:12::/64',
157156
'2001:4860:4801:13::/64',
158157
'2001:4860:4801:14::/64',
@@ -214,6 +213,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool
214213
'2001:4860:4801:4b::/64',
215214
'2001:4860:4801:4c::/64',
216215
'2001:4860:4801:4d::/64',
216+
'2001:4860:4801:4e::/64',
217217
'2001:4860:4801:50::/64',
218218
'2001:4860:4801:51::/64',
219219
'2001:4860:4801:52::/64',
@@ -222,6 +222,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool
222222
'2001:4860:4801:55::/64',
223223
'2001:4860:4801:56::/64',
224224
'2001:4860:4801:57::/64',
225+
'2001:4860:4801:58::/64',
225226
'2001:4860:4801:60::/64',
226227
'2001:4860:4801:61::/64',
227228
'2001:4860:4801:62::/64',
@@ -250,6 +251,8 @@ private function isGoogleBot(ServerRequestInterface $request): bool
250251
'2001:4860:4801:79::/64',
251252
'2001:4860:4801:7a::/64',
252253
'2001:4860:4801:7b::/64',
254+
'2001:4860:4801:7c::/64',
255+
'2001:4860:4801:7d::/64',
253256
'2001:4860:4801:80::/64',
254257
'2001:4860:4801:81::/64',
255258
'2001:4860:4801:82::/64',
@@ -280,16 +283,20 @@ private function isGoogleBot(ServerRequestInterface $request): bool
280283
'2001:4860:4801:aa::/64',
281284
'2001:4860:4801:ab::/64',
282285
'2001:4860:4801:ac::/64',
286+
'2001:4860:4801:ad::/64',
287+
'2001:4860:4801:ae::/64',
283288
'2001:4860:4801:b0::/64',
284289
'2001:4860:4801:b1::/64',
285290
'2001:4860:4801:b2::/64',
286291
'2001:4860:4801:b3::/64',
287292
'2001:4860:4801:b4::/64',
293+
'2001:4860:4801:b5::/64',
288294
'2001:4860:4801:c::/64',
289295
'2001:4860:4801:f::/64',
290296
'192.178.4.0/27',
291297
'192.178.4.128/27',
292298
'192.178.4.160/27',
299+
'192.178.4.192/27',
293300
'192.178.4.32/27',
294301
'192.178.4.64/27',
295302
'192.178.4.96/27',
@@ -305,6 +312,8 @@ private function isGoogleBot(ServerRequestInterface $request): bool
305312
'192.178.7.0/27',
306313
'192.178.7.128/27',
307314
'192.178.7.160/27',
315+
'192.178.7.192/27',
316+
'192.178.7.224/27',
308317
'192.178.7.32/27',
309318
'192.178.7.64/27',
310319
'192.178.7.96/27',
@@ -356,9 +365,11 @@ private function isGoogleBot(ServerRequestInterface $request): bool
356365
'66.249.66.64/27',
357366
'66.249.66.96/27',
358367
'66.249.67.0/27',
368+
'66.249.67.32/27',
359369
'66.249.68.0/27',
360370
'66.249.68.128/27',
361371
'66.249.68.160/27',
372+
'66.249.68.192/27',
362373
'66.249.68.32/27',
363374
'66.249.68.64/27',
364375
'66.249.68.96/27',
@@ -393,7 +404,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool
393404
'66.249.72.224/27',
394405
'66.249.72.32/27',
395406
'66.249.72.64/27',
396-
'66.249.72.96/27',
397407
'66.249.73.0/27',
398408
'66.249.73.128/27',
399409
'66.249.73.160/27',
@@ -435,6 +445,8 @@ private function isGoogleBot(ServerRequestInterface $request): bool
435445
'66.249.77.64/27',
436446
'66.249.77.96/27',
437447
'66.249.78.0/27',
448+
'66.249.78.128/27',
449+
'66.249.78.160/27',
438450
'66.249.78.32/27',
439451
'66.249.78.64/27',
440452
'66.249.78.96/27',

0 commit comments

Comments
 (0)