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