process?.send

This commit is contained in:
Sefinek 2024-12-25 01:36:13 +01:00
parent a7b2bf6ed0
commit 576dfa9c45

View file

@ -35,6 +35,14 @@ pm2 startup
pm2 save pm2 save
``` ```
## Migration from the bash version
```bash
sudo systemctl stop abuseipdb-ufw.service
sudo systemctl disable abuseipdb-ufw.service
sudo rm /etc/systemd/system/abuseipdb-ufw.service
sudo systemctl daemon-reload
```
## 🖥️ Usage ## 🖥️ Usage
After successful installation, the script will run continuously in the background, monitoring UFW logs and automatically reporting malicious IP addresses. After successful installation, the script will run continuously in the background, monitoring UFW logs and automatically reporting malicious IP addresses.