network/sshblock: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
126d8cb7dc
commit
0f8b78100d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue