forked from extern/shorewall_code
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:
parent
02a66db269
commit
11fc386c4e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user