summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-03-17 12:15:37 +0100
committer Willy Sudiarto Raharjo2019-03-17 12:15:37 +0100
commit0f8b78100d48403d09ec049ae07662b05515a11b (patch)
tree99c235cfedf9b3e1c5226cd019dadf772f14272e
parent126d8cb7dcfbb179001e43a5f893344a92af4f09 (diff)
downloadslackbuilds-0f8b78100d48403d09ec049ae07662b05515a11b.tar.gz
network/sshblock: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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