mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
33343aaf17
Signed-off-by: Tom Eastep <teastep@shorewall.net>
25 lines
447 B
Plaintext
25 lines
447 B
Plaintext
#
|
|
# Shorewall - NotSyn Action
|
|
#
|
|
# /usr/share/shorewall/action.NotSyn
|
|
#
|
|
# NotSyn[([<action>])]
|
|
#
|
|
# Default action is DROP
|
|
#
|
|
##########################################################################################
|
|
|
|
DEFAULTS DROP,-
|
|
|
|
?if @2 ne '' && @2 ne '-'
|
|
?if @2 eq 'audit'
|
|
DEFAULTS A_DROP,-
|
|
?else
|
|
?error The second parameter to NotSyn must be 'audit' or '-'
|
|
?endif
|
|
?else
|
|
DEFAULTS DROP,-
|
|
?endif
|
|
|
|
@1 - - ;;+ -p 6 ! --syn
|