mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Referers / Bots (+/-)
This commit is contained in:
parent
f32339032b
commit
a4648fbcb4
2 changed files with 4 additions and 8 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 16 11:01:22 SAST 2017
|
||||
### Fri Mar 17 07:55:48 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.308206319809 seconds
|
||||
### 0.293432950974 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -4695,7 +4695,6 @@ geo $validate_client {
|
|||
# hampering down Nginx with all the checks against perma-banned IP's
|
||||
|
||||
# START BAD IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
10.0.0.0/8 1;
|
||||
104.223.37.150 1;
|
||||
104.5.92.27 1;
|
||||
109.236.83.247 1;
|
||||
|
@ -4754,7 +4753,6 @@ geo $validate_client {
|
|||
188.209.52.101 1;
|
||||
190.152.223.27 1;
|
||||
191.96.249.29 1;
|
||||
192.168.0.0/16 1;
|
||||
192.69.89.173 1;
|
||||
193.201.224.205 1;
|
||||
195.154.183.190 1;
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Thu Mar 16 11:01:22 SAST 2017
|
||||
### Fri Mar 17 07:55:48 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.308206319809 seconds
|
||||
### 0.293432950974 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -4695,7 +4695,6 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
# hampering down Nginx with all the checks against perma-banned IP's
|
||||
|
||||
# START BAD IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
10.0.0.0/8 1;
|
||||
104.223.37.150 1;
|
||||
104.5.92.27 1;
|
||||
109.236.83.247 1;
|
||||
|
@ -4754,7 +4753,6 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
188.209.52.101 1;
|
||||
190.152.223.27 1;
|
||||
191.96.249.29 1;
|
||||
192.168.0.0/16 1;
|
||||
192.69.89.173 1;
|
||||
193.201.224.205 1;
|
||||
195.154.183.190 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue