slitaz-tools diff etc/slitaz/firewall.conf @ rev 825
back to basic file-manager tinyutils
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jan 19 13:40:40 2014 +0100 (2014-01-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 Sun Jan 19 13:40:40 2014 +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"