aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/conf-v4/tech-wlan.conf
blob: ce1e97269f87599879e49f6c1cfd6ce6363d5f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
zone tech-wlan.tg16.gathering.org {
	primary 127.0.0.1;
	key DHCP_UPDATER;
}
subnet 185.110.151.0 netmask 255.255.255.224 {
	option subnet-mask 255.255.255.224;
	option routers 185.110.151.1;
	option domain-name "tech-wlan.tg16.gathering.org";
	ddns-domainname "tech-wlan.tg16.gathering.org";
	range 185.110.151.4 185.110.151.30;
}