1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-01-05 04:58:49 +01:00
shorewall_code/Shorewall/Macros/macro.BLACKLIST

16 lines
403 B
Plaintext
Raw Normal View History

#
# 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
?IF $BLACKLIST_LOGLEVEL
blacklog
?ELSE
$BLACKLIST_DISPOSITION
?ENDIF