From 20a6f260773abbcc127799c85cbb0d0a8134e49f Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 25 Dec 2024 01:25:31 +0100 Subject: [PATCH] Fixes --- default.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.config.js b/default.config.js index e254cbb..af73952 100644 --- a/default.config.js +++ b/default.config.js @@ -48,7 +48,7 @@ TOS: ${tos || 'N/A'} This report was generated by: https://github.com/sefinek/UFW-AbuseIPDB-Reporter`; // Please do not remove this URL; I would be very grateful! Thank you. 💙 -// Alternative log: +// Alternative version: // exports.REPORT_COMMENT = ({ timestamp, In, Out, srcIp, dstIp, res, tos, prec, ttl, id, proto, spt, dpt, len, urgp, mac, window, syn }, fullLog, serverName) => // `Blocked by UFW ${serverName ? `on ${serverName} ` : ''}[${dpt}/${proto?.toLowerCase()}]. Generated by: https://github.com/sefinek/UFW-AbuseIPDB-Reporter`; // Please do not remove this URL; I would be very grateful! Thank you. 💙