mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 23:34:41 +00:00
V4.2024.04.4454 [ci skip]
This commit is contained in:
parent
292a160c22
commit
807c11a8fe
33 changed files with 304 additions and 241 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.0.18 1;
|
||||
10.1.0.10 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.18 0;
|
||||
10.1.0.10 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4453
|
||||
### Updated: Wed Apr 24 10:04:22 UTC 2024
|
||||
### Version: V4.2024.04.4454
|
||||
### Updated: Wed Apr 24 12:15:26 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -19350,6 +19350,7 @@ geo $ratelimited {
|
|||
0 "";
|
||||
1 "";
|
||||
2 $binary_remote_addr;
|
||||
4 $binary_remote_addr;
|
||||
}
|
||||
|
||||
# --------------------------
|
||||
|
@ -19362,6 +19363,12 @@ geo $ratelimited {
|
|||
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
|
||||
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=2r/s;
|
||||
|
||||
# BAD BOT SUPER RATE LIMITING ZONE
|
||||
# Super Rate limiting will only take effect if on any User-Agents with a value of 4
|
||||
|
||||
limit_conn_zone $bot_iplimit zone=bot4_connlimit:16m;
|
||||
limit_req_zone $bot_iplimit zone=bot4_reqlimitip:16m rate=1r/m;
|
||||
|
||||
# ==========================================
|
||||
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS
|
||||
# ==========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue