removed double blacklist entry
This commit is contained in:
parent
eb356d4b81
commit
9d3534f300
@ -1,7 +1,6 @@
|
||||
# sshguard.conf -- SSHGuard configuration file
|
||||
|
||||
LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -t sshd-session -o cat"
|
||||
BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
|
||||
BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
|
||||
|
||||
#### OPTIONS ####
|
||||
@ -13,5 +12,5 @@ IPV4_SUBNET=32
|
||||
|
||||
#### EXTRAS ####
|
||||
PID_FILE=/run/sshguard.pid
|
||||
BLACKLIST_FILE=90:/var/db/sshguard/blacklist.db
|
||||
BLACKLIST_FILE=30:/var/db/sshguard/blacklist.db
|
||||
WHITELIST_FILE=/etc/sshguard.whitelist
|
||||
|
Loading…
x
Reference in New Issue
Block a user