forked from extern/shorewall_code
7c78bb16a7
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@10 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
##############################################################################
|
|
# Shorewall 1.2 /etc/shorewall/modules
|
|
#
|
|
# This file loads the modules needed by the firewall.
|
|
|
|
loadmodule ip_tables
|
|
loadmodule iptable_filter
|
|
loadmodule ip_conntrack
|
|
loadmodule ip_conntrack_ftp
|
|
loadmodule ip_conntrack_irc
|
|
loadmodule iptable_nat
|
|
loadmodule ip_nat_ftp
|
|
loadmodule ip_nat_irc
|
|
|