Update generateComment.js

This commit is contained in:
Sefinek 2024-11-13 08:03:45 +01:00
parent 52c5e82195
commit d516f2261a

View file

@ -19,5 +19,6 @@ module.exports = ({ action, clientAsn, clientASNDescription, clientRequestHTTPPr
return `Triggered Cloudflare WAF (${source}) from ${clientCountryName}.
${reportLines.join('\n')}
Report generated by Cloudflare-WAF-To-AbuseIPDB: https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB`;
Report generated by Cloudflare-WAF-To-AbuseIPDB:
https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB`;
};