From ef9f15dcd77f72a670939ef410255b1501bfd548 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Mon, 30 Dec 2013 23:51:48 +0300 Subject: [PATCH] Fix default domain name in config example --- dhcpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpd.conf b/dhcpd.conf index 6afd09e..56371db 100644 --- a/dhcpd.conf +++ b/dhcpd.conf @@ -16,7 +16,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 { # we want the nameserver to appear at a fixed address host ns { - next-server fixed.domain.org; + next-server fixed.mandrakesoft.com; hardware ethernet 12:34:56:78:AB:CD; fixed-address 192.168.0.10; }