From cc1eb16c42b5d195e5ba9fee041ad3e8403c326a Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Mon, 23 Jan 2017 01:48:32 -0500 Subject: [PATCH] unbound: error in README.md for unbound+dnsmasq --- net/unbound/files/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/unbound/files/README.md b/net/unbound/files/README.md index 0a96c0b0a0..d048abbd80 100644 --- a/net/unbound/files/README.md +++ b/net/unbound/files/README.md @@ -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' ... -- 2.30.2