mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
New Referers / Bots Added
This commit is contained in:
parent
621ee9b1d3
commit
dd7a10fbbc
1 changed files with 7 additions and 6 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Fri Oct 21 09:00:04 SAST 2016
|
||||
### Fri Oct 21 09:02:49 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.130085468292 seconds
|
||||
### 0.117826700211 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -2363,9 +2363,14 @@ 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 ###
|
||||
23.253.230.158 1;
|
||||
69.64.147.24 1;
|
||||
69.162.124.237 1;
|
||||
78.31.184.0/21 1;
|
||||
78.31.211.0/24 1;
|
||||
85.17.26.68 1;
|
||||
85.17.230.23 1;
|
||||
104.5.92.27 1;
|
||||
173.234.11.105 1;
|
||||
173.234.31.9 1;
|
||||
173.234.38.25 1;
|
||||
|
@ -2376,11 +2381,7 @@ geo $validate_client {
|
|||
190.152.223.27 1;
|
||||
195.229.241.174 1;
|
||||
210.212.194.60 1;
|
||||
78.31.184.0/21 1;
|
||||
78.31.211.0/24 1;
|
||||
150.70.0.0/16 1;
|
||||
69.162.124.237 1;
|
||||
104.5.92.27 1;
|
||||
# END BAD IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue