From 3f813571e288d7c45693e472f010fe3a7aa1f067 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 20 Oct 2024 08:32:39 +0200 Subject: [PATCH] // --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b0bef92..9006daf 100644 --- a/index.js +++ b/index.js @@ -65,7 +65,7 @@ const reportIP = async (event, uri, country, hostname, endpoint, cycleErrorCount if (uri.length > MAX_URL_LENGTH) { logToCSV(event.rayName, event.clientIP, country, hostname, endpoint, event.userAgent, event.action, 'URI_TOO_LONG'); - // log('log', `URL too long ${event.clientIP}; URI: ${uri}`); + // log('log', `URI too long ${event.clientIP}; Received: ${uri}`); return false; }