1###########################################################################
2# $Id$
3###########################################################################
4
5# You can put comments anywhere you want to.  They are effective for the
6# rest of the line.
7
8# this is in the format of <name> = <value>.  Whitespace at the beginning
9# and end of the lines is removed.  Whitespace before and after the = sign
10# is removed.  Everything is case *insensitive*.
11
12# Yes = True  = On  = 1
13# No  = False = Off = 0
14
15Title = "iptables firewall"
16
17# Which logfile group...
18LogFile = messages
19LogFile = iptables
20
21# Set this to yes to lookup IPs in kernel firewall report
22$iptables_ip_lookup = No
23
24# Set this to enable a filter on iptables/ipchains displays
25# This will block out hosts who have less than the specified
26# number of hits between all ports.  Defaults to 0.
27$iptables_host_min_count = 0
28
29# If both of the following settings are enabled, two output lists
30# will be produced. If none is set, the old style output is prduced.
31# Set this to generate old style output (sorted by source hosts)
32#$iptables_list_by_host = 0
33# Set this to generate new style output (sorted by targeted service)
34#$iptables_list_by_service = 1
35
36########################################################
37# Please send all comments, suggestions, bug reports,
38#    etc, to logwatch-devel@lists.sourceforge.net
39########################################################
40
41# vi: shiftwidth=3 tabstop=3 et
42