blob: e3c5aa07a2799972ec04282c0e52c04ca2af4c15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
zone e7-3.tg13.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet 151.216.2.128 netmask 255.255.255.192 {
authoritative;
option routers 151.216.2.129;
option domain-name "e7-3.tg13.gathering.org";
ddns-domainname "e7-3.tg13.gathering.org";
range 151.216.2.133 151.216.2.190;
ignore client-updates;
}
|