| 4 |
- |
1 |
#
|
|
|
2 |
# Shorewall version 4 - Started File
|
|
|
3 |
#
|
|
|
4 |
# /etc/shorewall/started
|
|
|
5 |
#
|
|
|
6 |
# Add commands below that you want to be executed after shorewall has
|
|
|
7 |
# been completely started or restarted. The difference between this
|
|
|
8 |
# extension script and /etc/shorewall/start is that this one is invoked
|
|
|
9 |
# after delayed loading of the blacklist (DELAYBLACKLISTLOAD=Yes) and
|
|
|
10 |
# after the 'shorewall' chain has been created (thus signaling that the
|
|
|
11 |
# firewall is completely up).
|
|
|
12 |
#
|
|
|
13 |
# This script should not change the firewall configuration directly but
|
|
|
14 |
# may do so indirectly by running /sbin/shorewall with the 'nolock'
|
|
|
15 |
# option.
|
|
|
16 |
#
|
|
|
17 |
# See http://shorewall.net/shorewall_extension_scripts.htm for additional
|
|
|
18 |
# information.
|
|
|
19 |
#
|
|
|
20 |
###############################################################################
|