2012-03-25 04:29:27 +02:00
|
|
|
#
|
2016-02-15 17:20:38 +01:00
|
|
|
# Shorewall -- /usr/share/shorewall/macro.blacklist
|
2012-03-25 04:29:27 +02:00
|
|
|
#
|
2016-02-15 17:20:38 +01:00
|
|
|
# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL.
|
2012-03-25 04:29:27 +02:00
|
|
|
#
|
|
|
|
###############################################################################
|
2016-02-15 17:20:38 +01:00
|
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
|
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
|