2012-03-25 04:29:27 +02:00
|
|
|
#
|
|
|
|
# Shorewall version 4 - blacklist Macro
|
|
|
|
#
|
|
|
|
# /usr/share/shorewall/macro.blacklist
|
|
|
|
#
|
|
|
|
# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE RATE USER/
|
|
|
|
# PORT(S) PORT(S) LIMIT GROUP
|
2012-08-12 16:25:11 +02:00
|
|
|
?if $BLACKLIST_LOGLEVEL
|
2012-05-05 17:56:55 +02:00
|
|
|
blacklog
|
2012-08-12 16:25:11 +02:00
|
|
|
?else
|
2012-05-05 17:56:55 +02:00
|
|
|
$BLACKLIST_DISPOSITION
|
2012-08-12 16:25:11 +02:00
|
|
|
?endif
|