V4.2019.06.1673 [ci skip]

This commit is contained in:
Travis 2019-06-28 21:44:01 +02:00
parent eebb8102f0
commit c231aa6ace
50 changed files with 1665 additions and 1618 deletions

View file

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

View file

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

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2019.06.1672
### Updated: Fri Jun 28 21:25:12 SAST 2019
### Version: V3.2019.06.1673
### Updated: Fri Jun 28 21:38:20 SAST 2019
### Bad Referrer Count: 6713
### Bad Bot Count: 556
###################################################

View file

@ -58,9 +58,14 @@ http {
# Virtual Host Configs
##
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
# Nginx Bad Bot Blocker Includes
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
include /usr/local/nginx/conf.d/globalblacklist.conf;
}