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

subnet 151.216.254.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.254.1;
    option domain-name "tele.tg14.gathering.org";
    ddns-domainname "tele.tg14.gathering.org";
    range 151.216.254.5 151.216.254.254;
    ignore client-updates;
}