1
0
Fork 0
forked from svrjs/svrjs

Change log message for client being in block list

This commit is contained in:
Dorian Niemiec 2024-03-17 00:48:21 +01:00
parent ba21f655a4
commit 4a09b14ff2

2
svr.js
View file

@ -4103,7 +4103,7 @@ if (!cluster.isPrimary) {
if (blocklist.check(reqip)) {
// Invoke 403 Forbidden error
callServerError(403);
serverconsole.errmessage("Client blocked");
serverconsole.errmessage("Client is in the block list.");
return;
}