blob: 254cf4a4a7491711c46b0fbe225808970a838947 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// The Swap Group
//
// replace with your hosts
HOSTS = ":localhost :foo";
// replace this with your e-mail address
MINDER = "root@localhost";
// 20 second rulesets in this group
delta = 20 sec; // numbers are diff than strings
DELTA_STR = "20 seconds"; // strings are diff than numbers
|