mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-09 06:20:05 +01:00
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
|