V4.2024.04.4454 [ci skip]

This commit is contained in:
mitchellkrogza 2024-04-24 12:19:07 +00:00
parent 292a160c22
commit 807c11a8fe
33 changed files with 304 additions and 241 deletions

View file

@ -45,4 +45,4 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
20.75.95.244 0;
172.183.132.30 0;

View file

@ -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
# ==========================================