File: default

package info (click to toggle)
uif 1.0.5-4.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 30
  • sloc: perl: 1,812; sh: 231; makefile: 67
file content (28 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Debian firewall package standard values
#  See "man 8 uif" for details.

# the iptables loglevel
LOGLEVEL="debug"

# prefix for all logged incidents 
LOGPREFIX="FW"

# iptables log specific options
LOGLIMIT="20/minute"
LOGBURST="5"

# iptables limit specific options
LIMIT="20/minute"
BURST="5"

# firewall testing timeout
TIMEOUT=30

# specify modules to load before startup
MODULES="ip_conntrack_ftp"

# who should get the mails when the script fails
MAILTO="root"

# prefix for accounting rules
ACCOUNTPREFIX="ACC_"