Update blockbots.conf

Default - Super Rate Limiting Commented Out
User must decide if they want to use it

Ref: 
This commit is contained in:
Mitchell Krog 2024-04-30 13:02:23 +02:00 committed by GitHub
parent 3a74c7bbe7
commit 19b20de56a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,11 @@
limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10;
limit_conn bot4_connlimit 10;
limit_req zone=bot4_reqlimitip burst=10;
# Uncomment below lines for super rate limiting feature
#limit_conn bot4_connlimit 10;
#limit_req zone=bot4_reqlimitip burst=10;
if ($bad_bot = '3') {
return 444;
}