mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
67589cab69
Signed-off-by: Tom Eastep <teastep@shorewall.net>
40 lines
725 B
Plaintext
40 lines
725 B
Plaintext
#
|
|
# Shorewall6 version 5 - Modules File
|
|
#
|
|
# /usr/share/shorewall6/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
|
|
#
|
|
INCLUDE modules.essential
|
|
#
|
|
# Other xtables modules
|
|
#
|
|
INCLUDE modules.xtables
|
|
#
|
|
# Helpers
|
|
#
|
|
INCLUDE helpers
|
|
#
|
|
# Ipset
|
|
#
|
|
INCLUDE modules.ipset
|
|
#
|
|
# Traffic Shaping
|
|
#
|
|
INCLUDE modules.tc
|
|
#
|
|
# Extensions
|
|
#
|
|
INCLUDE modules.extensions
|