mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
Add warning to zones file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3149 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1ed05f0fef
commit
ebf29460f3
@ -28,6 +28,8 @@ Changes in 3.0.3
|
||||
|
||||
14) Change default for CLEAR_TC to "Yes".
|
||||
|
||||
15) Added warning to the zones file.
|
||||
|
||||
Changes in 3.0.2
|
||||
|
||||
1) Typos in the Samples corrected.
|
||||
|
@ -5,6 +5,16 @@
|
||||
#
|
||||
# This file determines your network zones.
|
||||
#
|
||||
# WARNING: The format of this file changed in Shorewall 3.0.0. You can
|
||||
# continue to use your old records provided that you set
|
||||
# IPSECFILE=ipsec in /etc/shorewall/shorewall.conf. This will
|
||||
# signal Shorewall that the IPSEC-related zone options are
|
||||
# still specified in /etc/shorewall/ipsec rather than in this
|
||||
# file.
|
||||
#
|
||||
# To use records in the format described below, you must have
|
||||
# IPSECFILE=zones specified in /etc/shorewall/shorewall.conf.
|
||||
#
|
||||
# Columns are:
|
||||
#
|
||||
# ZONE Short name of the zone (5 Characters or less in length).
|
||||
@ -90,9 +100,9 @@
|
||||
# #ZONE TYPE OPTIONS IN OUT
|
||||
# # OPTIONS OPTIONS
|
||||
# fw firewall
|
||||
# net
|
||||
# loc
|
||||
# dmz
|
||||
# net ipv4
|
||||
# loc ipv4
|
||||
# dmz ipv4
|
||||
#
|
||||
#
|
||||
# For more information, see http://www.shorewall.net/Documentation.htm#Zones
|
||||
|
Loading…
Reference in New Issue
Block a user