blob: a2895e51de26eba42d6af6bc0b6a23e5af5f697b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include "/etc/dhcp/common.conf";
failover peer "randomlan" {
secondary;
address defiant.random.lan;
port 519;
peer address firebrand.random.lan;
peer port 519;
max-response-delay 60;
max-unacked-updates 10;
mclt 3600;
load balance max seconds 3;
}
include "/etc/dhcp/network.conf";
|