blob: e4eb3d04b3196faac998611f455bab8e7c7b02df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
zone highlights.tg14.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet 151.216.235.0 netmask 255.255.255.0 {
authoritative;
option routers 151.216.235.1;
option domain-name "highlights.tg14.gathering.org";
ddns-domainname "highlights.tg14.gathering.org";
range 151.216.235.5 151.216.235.254;
ignore client-updates;
}
|