La résolution dns ne marchait plus, probleme solved.

This commit is contained in:
Gabriel Detraz 2014-11-16 19:46:56 +01:00
parent e5a5badd08
commit c4a85400d7

View file

@ -0,0 +1,17 @@
config 'dnsmasq'
option domainneeded 1
option boguspriv 1
option filterwin2k 0
option localise_queries 1
option rebind_protection 1
option rebind_localhost 0
option local '/lan/'
option domain 'lan'
option expandhosts 1
option nonegcache 0
# option authoritative 1
option readethers 1
# option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option interface lo