Lower threshold for sshguard blocklist.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 19:00:58 +00:00
commit 1da4dd1d21

View file

@ -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.