|
|
@@ -1,10 +1,13 @@
|
|
|
#except-interface=eth0
|
|
|
-#conf-dir=/etc/dnsmasq.d/,*.conf
|
|
|
+conf-dir=/etc/dnsmasq.d/,*.conf
|
|
|
dhcp-range=192.168.8.2,192.168.8.254,255.255.255.0,24h
|
|
|
dhcp-option-force=option:router,192.168.8.1
|
|
|
dhcp-option-force=option:dns-server,192.168.8.1
|
|
|
dhcp-option-force=option:netbios-ns,192.168.8.1
|
|
|
listen-address=127.0.0.1,192.168.8.1
|
|
|
+srv-host=_vlmcs._tcp,192.168.8.1,1688,0,100
|
|
|
+srv-host=_vlmcs._tcp.lan,192.168.8.1,1688,0,100
|
|
|
+srv-host=_vlmcs._tcp.srv,192.168.8.1,1688,0,100
|
|
|
local-service
|
|
|
domain-needed
|
|
|
bind-dynamic
|
|
|
@@ -15,6 +18,8 @@ no-resolv
|
|
|
no-hosts
|
|
|
no-poll
|
|
|
no-ping
|
|
|
+user=nobody
|
|
|
+group=daemon
|
|
|
max-cache-ttl=16
|
|
|
cache-size=1024
|
|
|
server=8.8.4.4#53
|