2008-12-09 17:50:17 +01:00
|
|
|
#
|
2015-07-28 19:59:11 +02:00
|
|
|
# Shorewall6 version 5 - Modules File
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
2008-12-13 20:30:23 +01:00
|
|
|
# /usr/share/shorewall6/modules
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
|
|
|
# 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-09 17:50:17 +01:00
|
|
|
#
|
|
|
|
# Other xtables modules
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.xtables
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
|
|
|
# Helpers
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE helpers
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
2011-07-05 01:19:07 +02:00
|
|
|
# Ipset
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.ipset
|
2011-07-05 01:19:07 +02:00
|
|
|
#
|
2008-12-09 17:50:17 +01:00
|
|
|
# Traffic Shaping
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.tc
|
2008-12-09 17:50:17 +01:00
|
|
|
#
|
|
|
|
# Extensions
|
|
|
|
#
|
2012-05-17 19:45:12 +02:00
|
|
|
INCLUDE modules.extensions
|