blob: 565c8e3e48cccf8bdfa1645d51a13d1c8ef39913 (
plain)
1
2
3
4
5
6
7
8
9
10
|
zone e79-1.tg16.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet6 2a06:5840:31b::/64 {
option domain-name "e79-1.tg16.gathering.org";
range6 2a06:5840:31b::1000 2a06:5840:31b::9999;
}
|