Skip to content

Commit

Permalink
Update GoogleBot IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Nov 14, 2024
1 parent ef796bc commit 56576ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Middleware/SignedQueryMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'2001:4860:4801:1c::/64',
'2001:4860:4801:1d::/64',
'2001:4860:4801:1e::/64',
'2001:4860:4801:1f::/64',
'2001:4860:4801:20::/64',
'2001:4860:4801:21::/64',
'2001:4860:4801:22::/64',
Expand All @@ -178,7 +179,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'2001:4860:4801:2d::/64',
'2001:4860:4801:2e::/64',
'2001:4860:4801:2f::/64',
'2001:4860:4801:30::/64',
'2001:4860:4801:31::/64',
'2001:4860:4801:32::/64',
'2001:4860:4801:33::/64',
Expand All @@ -188,7 +188,6 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'2001:4860:4801:37::/64',
'2001:4860:4801:38::/64',
'2001:4860:4801:39::/64',
'2001:4860:4801:3::/64',
'2001:4860:4801:3a::/64',
'2001:4860:4801:3b::/64',
'2001:4860:4801:3c::/64',
Expand All @@ -205,6 +204,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'2001:4860:4801:48::/64',
'2001:4860:4801:49::/64',
'2001:4860:4801:4a::/64',
'2001:4860:4801:4b::/64',
'2001:4860:4801:50::/64',
'2001:4860:4801:51::/64',
'2001:4860:4801:53::/64',
Expand Down Expand Up @@ -249,9 +249,11 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'2001:4860:4801:91::/64',
'2001:4860:4801:92::/64',
'2001:4860:4801:93::/64',
'2001:4860:4801:94::/64',
'2001:4860:4801:c::/64',
'2001:4860:4801:f::/64',
'192.178.5.0/27',
'192.178.6.0/27',
'34.100.182.96/28',
'34.101.50.144/28',
'34.118.254.0/28',
Expand All @@ -278,20 +280,19 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'66.249.64.0/27',
'66.249.64.128/27',
'66.249.64.160/27',
'66.249.64.192/27',
'66.249.64.224/27',
'66.249.64.32/27',
'66.249.64.64/27',
'66.249.64.96/27',
'66.249.65.0/27',
'66.249.65.128/27',
'66.249.65.160/27',
'66.249.65.192/27',
'66.249.65.224/27',
'66.249.65.32/27',
'66.249.65.64/27',
'66.249.65.96/27',
'66.249.66.0/27',
'66.249.66.128/27',
'66.249.66.160/27',
'66.249.66.192/27',
'66.249.66.32/27',
Expand All @@ -300,6 +301,7 @@ private function isGoogleBot(ServerRequestInterface $request): bool
'66.249.68.0/27',
'66.249.68.32/27',
'66.249.68.64/27',
'66.249.68.96/27',
'66.249.69.0/27',
'66.249.69.128/27',
'66.249.69.160/27',
Expand Down

0 comments on commit 56576ec

Please sign in to comment.