20 lines
595 B
PHP
20 lines
595 B
PHP
<?php
|
|
$_ips_crawler = array (
|
|
'40.77.167.', // bing bot
|
|
'66.249.',
|
|
'62.138.',
|
|
'62.210.149.60',
|
|
'92.118.160.37', // netsystem research bot
|
|
'104.155.85.', // google
|
|
'114.119.1', // petalbot
|
|
'185.191.171.', // semrush bot
|
|
'207.46.13.', // bing bot
|
|
'54.36.148.', // ahrefbot
|
|
'54.36.149.', // ahrefbot
|
|
'216.244.66.196', // opensiteexplorer
|
|
'65.21.180.26', // seekport
|
|
'81.209.177.145', // website-datenbank.de
|
|
'2a01:4f8:190:4244::2', // mj12bot
|
|
'192.99.5.225' // ...
|
|
);
|
|
?>
|