change dns domain to home
parent
6ec1b21d33
commit
640b69884a
|
@ -1,8 +1,8 @@
|
||||||
config dnsmasq
|
config dnsmasq
|
||||||
option domainneeded '1'
|
option domainneeded '1'
|
||||||
option localise_queries '1'
|
option localise_queries '1'
|
||||||
option local '/lan/'
|
option local '/home/'
|
||||||
option domain 'lan'
|
option domain 'home'
|
||||||
option expandhosts '1'
|
option expandhosts '1'
|
||||||
option authoritative '1'
|
option authoritative '1'
|
||||||
option readethers '1'
|
option readethers '1'
|
||||||
|
|
Loading…
Reference in New Issue