aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/dhcp/conf.d/lounge.conf
blob: ac10d9d684a351ef907116db9486fac43e5a045f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
zone lounge.tg14.gathering.org {
    primary 127.0.0.1;
    key DHCP_UPDATER;
}

subnet 151.216.183.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.183.1;
    option domain-name "lounge.tg14.gathering.org";
    ddns-domainname "lounge.tg14.gathering.org";
    range 151.216.183.5 151.216.183.254;
    ignore client-updates;
}