aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg15/dhcp/conf-v4/gamecrew.conf
blob: 9014b7b19a1492ad3f8df0abec2e2b905d422975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
zone gamecrew.tg15.gathering.org {
	primary 127.0.0.1;
	key DHCP_UPDATER;
}
subnet 151.216.237.0 netmask 255.255.255.0 {
	option subnet-mask 255.255.255.0;
	option routers 151.216.237.1;
	option domain-name "gamecrew.tg15.gathering.org";
	ddns-domainname "gamecrew.tg15.gathering.org";
	range 151.216.237.4 151.216.237.254;
}