mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-01 03:53:40 +01:00
aa7e0cdbeb
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1103 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
30 lines
969 B
Plaintext
30 lines
969 B
Plaintext
#
|
|
# Shorewall 2.0 /etc/shorewall/actions
|
|
#
|
|
# This file allows you to define new ACTIONS for use in rules
|
|
# (/etc/shorewall/rules). You define the iptables rules to
|
|
# be performed in an ACTION in
|
|
# /etc/shorewall/action.<action-name>.
|
|
#
|
|
# ACTION names should begin with an upper-case letter to
|
|
# distinguish them from Shorewall-generated chain names and
|
|
# they must need the requirements of a Netfilter chain
|
|
# name.
|
|
#
|
|
# If you follow the action name with ":DROP" or ":REJECT" then
|
|
# the action will be taken before a DROP or REJECT policy
|
|
# respectively is enforced. If you specify ":DROP" or ":REJECT"
|
|
# on more than one action then only the last such action will be
|
|
# taken.
|
|
#
|
|
# If you remove the following INCLUDE, you will need to copy the
|
|
# definitions you need from the actions.std file into this one.
|
|
#
|
|
INCLUDE /etc/shorewall2/actions.std
|
|
#
|
|
# Add your entries below here
|
|
#
|
|
#ACTION
|
|
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|