Update generateComment.js
This commit is contained in:
parent
52c5e82195
commit
d516f2261a
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@ module.exports = ({ action, clientAsn, clientASNDescription, clientRequestHTTPPr
|
||||||
return `Triggered Cloudflare WAF (${source}) from ${clientCountryName}.
|
return `Triggered Cloudflare WAF (${source}) from ${clientCountryName}.
|
||||||
${reportLines.join('\n')}
|
${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`;
|
||||||
};
|
};
|
||||||
Loading…
Add table
Reference in a new issue