Fix sending dns servers in dhcp response.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user