mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Update complain.conf
This commit is contained in:
parent
901eeff53d
commit
1bcf0de7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ actioncheck =
|
|||
# Values: CMD
|
||||
#
|
||||
actionban = oifs=${IFS};
|
||||
REV_IP=$(printf %%s ${IP}. | tac -s.)
|
||||
REV_IP=$(printf %%s <ip>. | tac -s.)
|
||||
ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org)
|
||||
IFS=,; ADDRESSES=$(echo $ADDRESSES)
|
||||
IFS=${oifs}
|
||||
|
|
|
|||
Loading…
Reference in a new issue