process?.send
This commit is contained in:
parent
a7b2bf6ed0
commit
576dfa9c45
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue