Files
php-func-lib/ips/crawler.php
Sebastian Titz 9a024c5c88 Merge branch 'master' of https://git.seemsleg.it/pub/php-func-lib into
HEAD

Conflicts:
	ips/crawler.php
2021-07-26 15:23:00 +02:00

14 lines
353 B
PHP

<?php
$_ips_crawler = array (
'40.77.167.56 ', // bing bot
'66.249.',
'62.138.',
'62.210.149.60',
'92.118.160.37', // netsystem research bot
'104.155.85.84',
'114.119.1', // petalbot
'185.191.171.6', // semrush bot
'207.46.13.124', // bing bot
'54.36.148.' //ahrefbot
);
?>