added check

This commit is contained in:
Grzegorz Surmann 2024-08-29 00:09:12 +02:00
parent d953f18ddf
commit 52a24fe380

View File

@ -94,3 +94,12 @@ ln -s /opt/bgpblist/etc/init.d/bgpblacklist /etc/init.d/bgpblacklist
```
Use your system's way to enable that, e.g. with "update-rc.d"
**Check at the end**
Run this to check if it blocks nets and IPs:
```
ip route show | grep prohibit
```