summaryrefslogtreecommitdiffstats
path: root/network/sshblock/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/sshblock/README')
-rw-r--r--network/sshblock/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/sshblock/README b/network/sshblock/README
index c601150cc6..9dd6725f53 100644
--- a/network/sshblock/README
+++ b/network/sshblock/README
@@ -5,3 +5,12 @@ after a while.
You may change the pre-defined configuration of SSHblock in
sshblock.pl.tpl (whitelist IP, email, and hostname).
+
+NOTE:
+You may need to add this in /etc/rc.d/rc.local after giving
+execute permission on /etc/rc.d/rc.sshblock
+
+# Start sshblock
+if [ -x /etc/rc.d/rc.sshblock ]; then
+ /etc/rc.d/rc.sshblock start
+fi