unbound: error in README.md for unbound+dnsmasq 3906/head
authorEric Luehrsen <ericluehrsen@hotmail.com>
Mon, 23 Jan 2017 06:48:32 +0000 (01:48 -0500)
committerEric Luehrsen <ericluehrsen@hotmail.com>
Tue, 24 Jan 2017 05:14:16 +0000 (00:14 -0500)
net/unbound/files/README.md

index 0a96c0b0a00d400049096f1f9af42aee5d3facb3..d048abbd80c4144db5207118280510ca015d4fea 100644 (file)
@@ -29,8 +29,8 @@ In this case, dnsmasq is not changed *much* with respect to the default OpenWRT/
 **/etc/config/dhcp**:
 
        config dnsmasq
-               option noresolv '1'
-               option resolvfile ''
+               option noresolv '0'
+               option resolvfile '/tmp/resolv.conf.auto'
                option port '53'
                list server '127.0.0.1#1053'
                list server '::1#1053'
@@ -51,7 +51,7 @@ In this case, Unbound serves your local network directly for all purposes. It wi
        config dnsmasq
                option domain 'yourdomain'
                option noresolv '1'
-               option resolvfile ''
+               option resolvfile '/tmp/resolv.conf.auto'
                option port '1053'
                ...