dhcpd: Fix DNS server addresses
This commit is contained in:
parent
e1dd03e859
commit
cdd1495f0c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ shared-network FOOSH {
|
||||||
option routers 172.20.20.1;
|
option routers 172.20.20.1;
|
||||||
|
|
||||||
option domain-name "home.foo.sh";
|
option domain-name "home.foo.sh";
|
||||||
option domain-name-servers 172.20.20.10, 172.20.21.1, 172.20.21.2;
|
option domain-name-servers 172.20.20.10, 172.20.20.11, 172.20.20.12;
|
||||||
use-host-decl-names on;
|
use-host-decl-names on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue