blob: fc7fb66cd46c22d822db3ece1e622e2380ed27ac (
plain)
1
2
3
4
5
6
7
8
|
# ipguard configuration file
# IFACE - the name of the network interface you want to monitor
# IFACE=eth0
IFACE=eth0
# OPTS - command line options (see ipguard(8)
OPTS="-u 300 -xz -r"
|