This commit is contained in:
Sefinek 2024-09-10 17:28:40 +02:00
parent c2f3f89bc9
commit 51588d5095

View file

@ -43,7 +43,6 @@ const isIPReportedRecently = (ip, reportedIPs) => {
const reportIP = async (event, country, hostname, endpoint, userAgent, cycleErrorCounts) => {
const uri = `${hostname}${endpoint}`;
if (!uri) {
logToCSV(event.rayName, event.clientIP, country, hostname, endpoint, event.userAgent, 'MISSING_URI');
log('warn', `Missing URL ${event.clientIP}; URI: ${uri}`);