1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 17:32:59 +01:00

Fix notify script

This commit is contained in:
Pavel Odintsov 2014-11-27 19:43:00 +04:00
parent 92c9e7a3cc
commit dfd74a10e9

@ -16,7 +16,10 @@ if [ "$4" = "unban" ]; then
exit 0
fi
if [ "$4" = "ban" ]; then
cat | mail -s "FastNetMon Guard: IP $1 blocked because $2 attack with power $3 pps" $email_notify;
# You can add ban code here!
# iptables -A INPUT -s $1 -j DROP
# iptables -A INPUT -d $1 -j DROP
exit 0
fi