mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
af1d90368e
Signed-off-by: Tuomo Soini <tis@foobar.fi>
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
#
|
|
# Shorewall -- /usr/share/shorewall/macro.blacklist
|
|
#
|
|
# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL.
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
|
|
|
?if $BLACKLIST_LOGLEVEL
|
|
blacklog
|
|
?else
|
|
$BLACKLIST_DISPOSITION
|
|
?endif
|