File: default

package info (click to toggle)
uif 1.99.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 872 kB
  • sloc: perl: 2,548; sh: 720; makefile: 40
file content (41 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
## Debian firewall package standard values
#  See "man 8 uif" for details.

### UIF settings, these need to be exported to the environment

# 'nft', 'iptables', 'iptables-nft' or 'iptables-legacy'?
export FILTER_COMMAND="iptables-legacy"

# the iptables loglevel
export LOGLEVEL="crit"

# prefix for all logged incidents 
export LOGPREFIX="FW"

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

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

# firewall testing timeout
export TIMEOUT=30

# prefix for accounting rules
export ACCOUNTPREFIX="ACC_"

### UIF init script setting, need not be exported to the environment

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

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

# IPV6MODE can be set to 0 or 1. By default it is 0
# If set to 1 then both an IPv4 and an IPv6 firewall will be started
# Uncomment below to enable the IPV6MODE
IPV6MODE=1