V4.2020.12.2182 [ci skip]

This commit is contained in:
Travis 2020-12-02 10:35:56 +02:00
parent e8884cc31a
commit 09b6d10f48
47 changed files with 1094 additions and 1092 deletions

View file

@ -56,7 +56,7 @@
limit_conn bot2_connlimit 10;
limit_req zone=bot2_reqlimitip burst=10;
if ($bad_bot = '3') {
return 444;
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
}
# ---------------------
@ -64,7 +64,7 @@ if ($bad_bot = '3') {
# ---------------------
if ($bad_words) {
return 444;
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
}
# ------------------
@ -72,7 +72,7 @@ if ($bad_words) {
# ------------------
if ($bad_referer) {
return 444;
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
}
# -----------------------------
@ -80,6 +80,6 @@ if ($bad_referer) {
# -----------------------------
if ($validate_client) {
return 444;
return 444; # << Response Code Issued May Be Modified to Whatever you Choose ie. 404 but 444 wastes less of Nginxs time
}

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2020.12.2181
### Updated: Wed Dec 2 02:03:35 SAST 2020
### Version: V4.2020.12.2182
### Updated: Wed Dec 2 10:26:29 SAST 2020
### Bad Referrer Count: 6837
### Bad Bot Count: 581
###################################################