Fix sending dns servers in dhcp response.

This commit is contained in:
Tom Alexander
2022-12-10 17:19:13 -05:00
parent 2fdb47e1a1
commit 85d9b4a569
5 changed files with 8 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ subnet 10.213.177.0 netmask 255.255.255.0 {
range 10.213.177.10 10.213.177.250;
option broadcast-address 10.213.177.255;
option routers 10.213.177.1;
option domain-name-servers 10.213.177.1;
}