mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
3cf44b9640
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8959 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
23 lines
706 B
Plaintext
23 lines
706 B
Plaintext
#
|
|
# Shorewall6 version 4 - Actions.std File
|
|
#
|
|
# /usr/share/shorewall6/actions.std
|
|
#
|
|
# Please see http://shorewall.net/Actions.html for additional
|
|
# information.
|
|
#
|
|
# Builtin Actions are:
|
|
#
|
|
# dropNotSyn # Silently Drop Non-syn TCP packets
|
|
# rejNotSyn # Silently Reject Non-syn TCP packets
|
|
# dropInvalid # Silently Drop packets that are in the INVALID
|
|
# # conntrack state.
|
|
# allowInvalid # Accept packets that are in the INVALID
|
|
# # conntrack state.
|
|
#
|
|
###############################################################################
|
|
#ACTION
|
|
Drop # Default Action for DROP policy
|
|
Reject # Default Action for REJECT policy
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|