mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
f717d097d7
Signed-off-by: Tom Eastep <teastep@shorewall.net>
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
#
|
|
# Shorewall version 4 - blacklist Macro
|
|
#
|
|
# /usr/share/shorewall/macro.blacklist
|
|
#
|
|
# This macro handles blacklisting using BLACKLIST_DISPOSITION and BLACKLIST_LOGLEVEL
|
|
#
|
|
###############################################################################
|
|
?FORMAT 2
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
|
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
?if $BLACKLIST_LOGLEVEL
|
|
blacklog
|
|
?else
|
|
$BLACKLIST_DISPOSITION
|
|
?endif
|