2008-12-07 19:17:26 +01:00
|
|
|
#
|
2015-07-28 19:59:11 +02:00
|
|
|
# Shorewall version 5 - Modules File
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
# /usr/share/shorewall/modules
|
|
|
|
#
|
|
|
|
# This file loads the modules that may be needed by the firewall.
|
|
|
|
#
|
|
|
|
# THE ORDER OF THE COMMANDS BELOW IS IMPORTANT!!!!!! You MUST load in
|
|
|
|
# dependency order. i.e., if M2 depends on M1 then you must load M1
|
|
|
|
# before you load M2.
|
|
|
|
#
|
|
|
|
# If you need to modify this file, copy it to /etc/shorewall and modify the
|
|
|
|
# copy.
|
|
|
|
#
|
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Essential Modules
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.essential
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
# Other xtables modules
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.xtables
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
# Helpers
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE helpers
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
2009-01-14 02:18:11 +01:00
|
|
|
# Ipset
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.ipset
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
# Traffic Shaping
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.tc
|
2008-12-07 19:17:26 +01:00
|
|
|
#
|
|
|
|
# Extensions
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.extensions
|