change dns domain to home

pull/1/head
Jordan Sokolic 2020-02-19 10:30:09 +02:00
parent 6ec1b21d33
commit 640b69884a
1 changed files with 2 additions and 2 deletions

View File

@ -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'