mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Remove double-quotes from email addresses
This commit is contained in:
parent
1bcf0de7c1
commit
58c68b75f0
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ actioncheck =
|
|||
#
|
||||
actionban = oifs=${IFS};
|
||||
REV_IP=$(printf %%s <ip>. | tac -s.)
|
||||
ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org)
|
||||
ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org | tr -d '"')
|
||||
IFS=,; ADDRESSES=$(echo $ADDRESSES)
|
||||
IFS=${oifs}
|
||||
IP=<ip>
|
||||
|
|
|
|||
Loading…
Reference in a new issue