mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Version 2.2017.07 - MAJOR VERSION UPDATE
This commit is contained in:
parent
d827ba1934
commit
137a0afa75
2 changed files with 11 additions and 10 deletions
|
@ -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 ###
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ###
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue