Lower threshold for sshguard blocklist.
This commit is contained in:
parent
747d61a446
commit
1da4dd1d21
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ PID_FILE=/run/sshguard.pid
|
|||
|
||||
# Colon-separated blacklist threshold and full path to blacklist file.
|
||||
# (optional, no default)
|
||||
BLACKLIST_FILE=20:/var/lib/sshguard/blacklist
|
||||
BLACKLIST_FILE=10:/var/lib/sshguard/blacklist
|
||||
|
||||
# IP addresses listed in the WHITELIST_FILE are considered to be
|
||||
# friendlies and will never be blocked.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue