La résolution dns ne marchait plus, probleme solved.
This commit is contained in:
parent
e5a5badd08
commit
c4a85400d7
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue