mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 21:42:48 +00:00
Fix default domain name in config example
This commit is contained in:
parent
cd8dddd107
commit
ef9f15dcd7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 {
|
||||||
|
|
||||||
# we want the nameserver to appear at a fixed address
|
# we want the nameserver to appear at a fixed address
|
||||||
host ns {
|
host ns {
|
||||||
next-server fixed.domain.org;
|
next-server fixed.mandrakesoft.com;
|
||||||
hardware ethernet 12:34:56:78:AB:CD;
|
hardware ethernet 12:34:56:78:AB:CD;
|
||||||
fixed-address 192.168.0.10;
|
fixed-address 192.168.0.10;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue