slitaz-tools view etc/slitaz/firewall.conf @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
parents 91dc7e3eab55
children
line source
1 # /etc/slitaz/firewall.conf : SliTaz firewall configuration
2 # Sourced by: /etc/init.d/firewall and /etc/slitaz/firewall.sh
3 #
5 # Network interfaces (separated by space).
6 INTERFACES="eth0"
8 # Enable/disable kernel security.
9 KERNEL_SECURITY="yes"
11 # Enable/disable iptables rules (iptables package must be installed).
12 IPTABLES_RULES="no"
14 # Accept input on the local network.
15 LOCAL_NETWORK="192.168.0.0/24"