Update README.md

This commit is contained in:
Sefinek 2024-12-25 01:30:29 +01:00
parent 20a6f26077
commit 3c90e5f380

View file

@ -11,6 +11,7 @@ See also this: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/sefinek/
## 📋 Requirements ## 📋 Requirements
- [Node.js + npm](https://nodejs.org) - [Node.js + npm](https://nodejs.org)
- [PM2](https://www.npmjs.com/package/pm2)
- [Git](https://git-scm.com) - [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 pm2 logs ufw-abuseipdb
``` ```
### 📄 Example report ### 📄 Example reports
#### 1
``` ```
Blocked by UFW on vserver1 [80/tcp] Blocked by UFW on vserver1 [80/tcp]
Source port: 23639 Source port: 23639
@ -55,10 +57,15 @@ TTL: 247
Packet length: 40 Packet length: 40
TOS: 0x00 TOS: 0x00
This report (for 45.156.129.52) was generated by: This report was generated by:
https://github.com/sefinek/UFW-AbuseIPDB-Reporter 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 ## 🤝 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! 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!