aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/dhcp/conf-v6/e7-3.conf
blob: fb2072351f836b08eb3337326c9956ce6f0c01e0 (plain)
1
2
3
4
5
6
7
8
9
10
zone e7-3.tg16.gathering.org {
	primary 127.0.0.1;
	key DHCP_UPDATER;
}
subnet6 2a06:5840:2b::/64 {
        option domain-name "e7-3.tg16.gathering.org";

	range6 2a06:5840:2b::1000 2a06:5840:2b::9999;
}