slitaz-tools diff etc/slitaz/firewall.conf @ rev 811

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Jul 18 19:35:25 2013 +0100 (2013-07-18)
parents 91dc7e3eab55
children
line diff
     1.1 --- a/etc/slitaz/firewall.conf	Fri Jun 01 14:04:34 2012 +0200
     1.2 +++ b/etc/slitaz/firewall.conf	Thu Jul 18 19:35:25 2013 +0100
     1.3 @@ -2,14 +2,14 @@
     1.4  # Sourced by: /etc/init.d/firewall and /etc/slitaz/firewall.sh
     1.5  #
     1.6  
     1.7 -# Network interfaces (separate by space)
     1.8 +# Network interfaces (separated by space).
     1.9  INTERFACES="eth0"
    1.10  
    1.11 -# Enable/disable kernel security
    1.12 +# Enable/disable kernel security.
    1.13  KERNEL_SECURITY="yes"
    1.14  
    1.15  # Enable/disable iptables rules (iptables package must be installed).
    1.16  IPTABLES_RULES="no"
    1.17  
    1.18 -# Accept input on the local network
    1.19 +# Accept input on the local network.
    1.20  LOCAL_NETWORK="192.168.0.0/24"