//
This commit is contained in:
parent
b75c6a0b0c
commit
3f813571e2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -65,7 +65,7 @@ const reportIP = async (event, uri, country, hostname, endpoint, cycleErrorCount
|
||||||
|
|
||||||
if (uri.length > MAX_URL_LENGTH) {
|
if (uri.length > MAX_URL_LENGTH) {
|
||||||
logToCSV(event.rayName, event.clientIP, country, hostname, endpoint, event.userAgent, event.action, 'URI_TOO_LONG');
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue