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

subnet 151.216.117.0 netmask 255.255.255.192 {
    authoritative;
    option routers 151.216.117.1;
    option domain-name "ap-dist4.tg13.gathering.org";
    ddns-domainname "ap-dist4.tg13.gathering.org";
    range 151.216.117.5 151.216.117.62;
    ignore client-updates;
}