Update README.md
This commit is contained in:
parent
20a6f26077
commit
3c90e5f380
1 changed files with 9 additions and 2 deletions
11
README.md
11
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!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue