mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
V4.2019.06.1634 [ci skip]
This commit is contained in:
parent
6fac493778
commit
8125dcded8
39 changed files with 19498 additions and 2085 deletions
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.192.136.167 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -39,10 +39,11 @@
|
|||
# More IP's can be added example > "(127.0.0.1)|(192.168.0.1)|(192.168.1.1)"
|
||||
# If you even blacklisted 127.0.0.1 or your own IP by giving it a value of 1 in any of the includes, this will over-ride that block.
|
||||
|
||||
if ($remote_addr ~ "(127.0.0.1)|(192.168.0.1)" ) {
|
||||
# UNCOMMENT THE NEXT 4 LINES TO ACTIVATE THE SUPER WHITELIST
|
||||
#if ($remote_addr ~ "(127.0.0.1)|(192.168.0.1)" ) {
|
||||
#set $bad_bot '0'; #Uncommenting this line will disable bad_bots functionality for specified IP(s)
|
||||
set $validate_client '0'; #Uncommenting this line will disable validate_client ip blocking functionality for specified IP(s)
|
||||
}
|
||||
#set $validate_client '0'; #Uncommenting this line will disable validate_client ip blocking functionality for specified IP(s)
|
||||
#}
|
||||
|
||||
# --------------
|
||||
# BLOCK BAD BOTS
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.192.136.167 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1632
|
||||
### Updated: Wed Jun 26 17:03:38 SAST 2019
|
||||
### Version: V4.2019.06.1633
|
||||
### Updated: Thu Jun 27 09:10:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue