This commit is contained in:
Sefinek 2024-12-25 00:46:12 +01:00
parent 144cf8eea2
commit 73a8fb269f

View file

@ -69,7 +69,7 @@ const processLogLine = async line => {
// TCP connections can only be reported if they complete the three-way handshake. UDP connections cannot be reported.
// More: https://www.abuseipdb.com/reporting-policy
if (proto === 'UDP') {
log(0, `Skipping UDP traffic: SRC=${srcIp} DPT=${dpt}"`);
log(0, `Skipping UDP traffic: SRC=${srcIp} DPT=${dpt}`);
return;
}