V4.2019.06.1629 [ci skip]

This commit is contained in:
Travis 2019-06-26 14:54:25 +02:00
parent d37b523dbd
commit 87187c7ab1
32 changed files with 1681 additions and 1540 deletions

View file

@ -1,2 +1 @@
35.184.96.71 1;
127.0.0.1 1;

View file

@ -31,6 +31,14 @@
#######################################################################
# ENABLE WHITELISTING TO WORK
# This should over rule any other rule
if ($remote_addr ~ "(127.0.0.1)" ) {
#set $bad_bot '0';
set $validate_client '0';
}
# BOTS
# ****
#limit_conn bot1_connlimit 100;

View file

@ -1,2 +1 @@
35.184.96.71 0;
127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.06.1626
### Updated: Wed Jun 26 12:28:35 SAST 2019
### Version: V4.2019.06.1628
### Updated: Wed Jun 26 14:46:12 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################