Added 'no-resolv' to conf file. Makes dnsmasq ignore missing resolv.conf files
This commit is contained in:
parent
2600ff7db3
commit
0c799fec2c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
listen-address=127.0.0.1
|
listen-address=127.0.0.1
|
||||||
cache-size=10000
|
cache-size=10000
|
||||||
|
|
||||||
server={{ dnsmasq_upstream_server }}
|
server={{ dnsmasq_upstream_server }}
|
||||||
|
no-resolv
|
Loading…
Add table
Add a link
Reference in a new issue