mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
25 lines
821 B
Plaintext
25 lines
821 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:
|
|
#
|
|
# allowBcasts # Accept multicast and anycast packets
|
|
# dropBcasts # Silently Drop multicast and anycast packets
|
|
# 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
|
|
AllowICMPs # Accept needed ICMP6 types
|
|
Drop # Default Action for DROP policy
|
|
Reject # Default Action for REJECT policy
|