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

slitaz-tools/fr.po: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 19 08:53:56 2016 +0200 (2016-09-19)
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	Mon Sep 19 08:53:56 2016 +0200
     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"