Fix default domain name in config example

This commit is contained in:
Denis Silakov 2013-12-30 23:51:48 +03:00
parent cd8dddd107
commit ef9f15dcd7

View file

@ -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;
}