Update complain.conf

pull/1685/head
Jan Grewe 2017-02-07 21:39:46 +01:00 committed by GitHub
parent 901eeff53d
commit 1bcf0de7c1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ actioncheck =
# Values: CMD # Values: CMD
# #
actionban = oifs=${IFS}; 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) ADDRESSES=$(dig +short -t txt -q ${REV_IP}abuse-contacts.abusix.org)
IFS=,; ADDRESSES=$(echo $ADDRESSES) IFS=,; ADDRESSES=$(echo $ADDRESSES)
IFS=${oifs} IFS=${oifs}