mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-07 16:24:01 +01:00
cf5613441d
Signed-off-by: Tom Eastep <teastep@shorewall.net>
28 lines
769 B
Plaintext
28 lines
769 B
Plaintext
#
|
|
# Shorewall version 4 - IP Set Modules File
|
|
#
|
|
# /usr/share/shorewall/modules.ipset
|
|
#
|
|
# 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.
|
|
#
|
|
###############################################################################
|
|
loadmodule xt_set
|
|
loadmodule ip_set
|
|
loadmodule ip_set_iphash
|
|
loadmodule ip_set_ipmap
|
|
loadmodule ip_set_ipporthash
|
|
loadmodule ip_set_iptree
|
|
loadmodule ip_set_iptreemap
|
|
loadmodule ip_set_macipmap
|
|
loadmodule ip_set_nethash
|
|
loadmodule ip_set_portmap
|
|
loadmodule ipt_SET
|
|
loadmodule ipt_set
|