From 52a24fe3808eaf2282f1652c37b025d7f522174a Mon Sep 17 00:00:00 2001 From: Grzegorz Surmann Date: Thu, 29 Aug 2024 00:09:12 +0200 Subject: [PATCH] added check --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9d79fca..3d6af33 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 +```