From 3c90e5f380504a7cf44432dd64957cb06636d380 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 25 Dec 2024 01:30:29 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bed4347..af0feef 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See also this: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/sefinek/ ## 📋 Requirements - [Node.js + npm](https://nodejs.org) +- [PM2](https://www.npmjs.com/package/pm2) - [Git](https://git-scm.com) @@ -47,7 +48,8 @@ So don't be surprised if the next day, the number of reports to AbuseIPDB exceed pm2 logs ufw-abuseipdb ``` -### 📄 Example report +### 📄 Example reports +#### 1 ``` Blocked by UFW on vserver1 [80/tcp] Source port: 23639 @@ -55,10 +57,15 @@ TTL: 247 Packet length: 40 TOS: 0x00 -This report (for 45.156.129.52) was generated by: +This report was generated by: https://github.com/sefinek/UFW-AbuseIPDB-Reporter ``` +#### 2 +``` +Blocked by UFW on vserver1 [30049/tcp]. Generated by: https://github.com/sefinek/UFW-AbuseIPDB-Reporter +``` + ## 🤝 Development If you want to contribute to the development of this project, feel free to create a new [Pull request](https://github.com/sefinek/UFW-AbuseIPDB-Reporter/pulls). I will definitely appreciate it!