mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
7dd9beeeae
Signed-off-by: Tom Eastep <teastep@shorewall.net>
16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
#
|
|
# Shorewall version 5 - blacklist Macro
|
|
#
|
|
# /usr/share/shorewall/macro.blacklist
|
|
#
|
|
# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL
|
|
#
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
?if $BLACKLIST_LOGLEVEL
|
|
blacklog
|
|
?else
|
|
$BLACKLIST_DISPOSITION
|
|
?endif
|