Conflicts:
	ips/crawler.php
This commit is contained in:
troy 2021-08-17 18:33:05 +02:00
commit c477afabb0
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/secret.php
/config.php
/test.php
/_secret.php

View File

@ -1,6 +1,6 @@
<?php
$_ips_crawler = array (
'40.77.167.56 ', // bing bot
'40.77.167.', // bing bot
'66.249.',
'62.138.',
'62.210.149.60',
@ -12,6 +12,7 @@ $_ips_crawler = array (
'54.36.148.', // ahrefbot
'216.244.66.196', // opensiteexplorer
'65.21.180.26', // seekport
'81.209.177.145' // website-datenbank.de
'81.209.177.145', // website-datenbank.de
'2a01:4f8:190:4244::2' // mj12bot
);
?>