Update
This commit is contained in:
parent
144cf8eea2
commit
73a8fb269f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue