mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 00:34:04 +01:00
df41b69a04
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8367 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
#
|
|
# Shorewall version 4 - Actions.std File
|
|
#
|
|
# /usr/share/shorewall/actions.std
|
|
#
|
|
# Please see http://shorewall.net/Actions.html for additional
|
|
# information.
|
|
#
|
|
# Builtin Actions are:
|
|
#
|
|
# allowBcast # Silently Allow Broadcast/multicast
|
|
# dropBcast # Silently Drop Broadcast/multicast
|
|
# 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.
|
|
# allowoutUPnP # Allow traffic from local command 'upnpd' (does not
|
|
# # work with kernel 2.6.14 and later).
|
|
# allowinUPnP # Allow UPnP inbound (to firewall) traffic
|
|
# forwardUPnP # Allow traffic that upnpd has redirected from
|
|
# # 'upnp' interfaces.
|
|
# drop1918src # Drop packets with an RFC 1918 source address
|
|
# drop1918dst # Drop packets with an RFC 1918 original dest address
|
|
# rej1918src # Reject packets with an RFC 1918 source address
|
|
# rej1918dst # Reject packets with an RFC 1918 original dest address
|
|
# Limit # Limit the rate of connections from each individual
|
|
# # IP address
|
|
#
|
|
###############################################################################
|
|
#ACTION
|
|
Drop # Default Action for DROP policy
|
|
Reject # Default Action for REJECT policy
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|