blob: 267f9beb8fc5a2512a9f93d66bec22e9f2eda641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
zone sw1-crew.tg15.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet 151.216.171.64 netmask 255.255.255.192 {
option subnet-mask 255.255.255.192;
option routers 151.216.171.65;
option domain-name "sw1-crew.tg15.gathering.org";
ddns-domainname "sw1-crew.tg15.gathering.org";
range 151.216.171.68 151.216.171.126;
}
|