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

subnet 151.216.230.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.230.1;
    option domain-name "info-dask.tg14.gathering.org";
    ddns-domainname "info-dask.tg14.gathering.org";
    range 151.216.230.5 151.216.230.254;
    ignore client-updates;
}