aboutsummaryrefslogtreecommitdiffstats
path: root/dhcp/conf.d/gamehq.conf
blob: a4ab629c436d350b4c80fbb7dd626c49fe5675d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
zone gamehq.tg13.gathering.org {
    primary 127.0.0.1;
    key DHCP_UPDATER;
}

subnet 151.216.54.0 netmask 255.255.255.0 {
    authoritative;
    option routers 151.216.54.1;
    option domain-name "gamehq.tg13.gathering.org";
    ddns-domainname "gamehq.tg13.gathering.org";
    range 151.216.54.5 151.216.54.254;
    ignore client-updates;
}