blob: c39e1ef4dc9b45210725460498d51f5d57613c58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
zone bordell.tg14.gathering.org {
primary 127.0.0.1;
key DHCP_UPDATER;
}
subnet 151.216.250.0 netmask 255.255.255.0 {
authoritative;
option routers 151.216.250.1;
option domain-name "bordell.tg14.gathering.org";
ddns-domainname "bordell.tg14.gathering.org";
range 151.216.250.5 151.216.250.254;
ignore client-updates;
}
|