This commit is contained in:
Sebastian Titz
2021-07-26 12:33:58 +02:00
parent 50b3d192ba
commit f9a0e41889

View File

@@ -1,12 +1,13 @@
<?php <?php
$_ips_crawler = array ( $_ips_crawler = array (
'40.77.167.56 ', //bing bot '40.77.167.56 ', // bing bot
'66.249.', '66.249.',
'62.138.', '62.138.',
'62.210.149.60', '62.210.149.60',
'92.118.160.37', //netsystem research bot '92.118.160.37', // netsystem research bot
'104.155.85.84', '104.155.85.84',
'114.119.1', //petalbot '114.119.1', // petalbot
'185.191.171.6' //semrush bot '185.191.171.6', // semrush bot
'207.46.13.124' // bing bot
); );
?> ?>