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