swann: set swann as DNS server for DHCP
This commit is contained in:
parent
68deb62b38
commit
588a47e97f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in {
|
|||
subnet 192.168.1.0 netmask 255.255.255.0 {
|
||||
option subnet-mask 255.255.255.0;
|
||||
option routers 192.168.1.1;
|
||||
option domain-name-servers 8.8.8.8, 8.8.4.4;
|
||||
option domain-name-servers 192.168.1.1;
|
||||
option domain-name "house.as205479.net";
|
||||
default-lease-time 600;
|
||||
max-lease-time 3600;
|
||||
|
|
Loading…
Reference in a new issue