Add advice to sample policy files to remove log level if policy is changed to ACCEPT

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3620 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-03 00:03:44 +00:00
parent 02a66db269
commit 11fc386c4e
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ loc all REJECT info
# Policies for traffic originating from the firewall ($FW)
#
# If you want open access to the Internet from your firewall, change the
# following policy to ACCEPT.
# following policy to ACCEPT and remove tine 'info' LOG LEVEL.
$FW net REJECT info
$FW dmz REJECT info
$FW loc REJECT info

View File

@ -106,8 +106,8 @@ loc all REJECT info
# Policies for traffic originating from the firewall ($FW)
#
# If you want open access to the Internet from your firewall, change the
# following policy to ACCEPT. This may be useful if you run a proxy
# server on the firewall.
# following policy to ACCEPT and remove the 'info' LOG LEVEL.
# This may be useful if you run a proxy server on the firewall.
$FW net REJECT info
$FW loc REJECT info
$FW all REJECT info