Version 2.2017.07 - MAJOR VERSION UPDATE

This commit is contained in:
Mitchell Krog UB1 2017-04-20 14:45:13 +02:00
parent d827ba1934
commit 137a0afa75
2 changed files with 11 additions and 10 deletions

View file

@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated
### Thu Apr 20 14:35:28 SAST 2017
### Thu Apr 20 14:45:12 SAST 2017
### End Last Updated
### Generated in
### 0.282387733459 seconds
### 0.268652677536 seconds
### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
@ -4873,9 +4873,9 @@ geo $ratelimited {
default 1;
127.0.0.1 0;
# START WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
include /etc/nginx/bots.d/whitelist-ips.conf;
# END WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
# END WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
}

View file

@ -17,11 +17,11 @@
### - https://github.com/oohnoitz/nginx-blacklist
### Last Updated
### Thu Apr 20 14:35:28 SAST 2017
### Thu Apr 20 14:45:12 SAST 2017
### End Last Updated
### Generated in
### 0.282387733459 seconds
### 0.268652677536 seconds
### End Generated in
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
@ -820,7 +820,6 @@ map $http_referer $bad_referer {
# Read Comments inside whitelist-domains.conf for customization tips.
# Updating the main globalblacklist.conf file will not touch your custom include files
# START WHITELISTED DOMAINS ### DO NOT EDIT THIS LINE AT ALL ###
# START WHITELISTED DOMAINS ### DO NOT EDIT THIS LINE AT ALL ###
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisCI/nginx/bots.d/whitelist-domains.conf;
@ -4886,9 +4885,11 @@ geo $ratelimited {
default 1;
127.0.0.1 0;
# START WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
include /etc/nginx/bots.d/whitelist-ips.conf;
# END WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
# START WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisCI/nginx/bots.d/whitelist-ips.conf;
# END WHITELISTED IP RANGES2 ### DO NOT EDIT THIS LINE AT ALL ###
}