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

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