From: Eric Luehrsen Date: Thu, 4 Jun 2020 05:13:46 +0000 (-0400) Subject: unbound: suggest matched domain option for dnsmasq link X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c95e3835e8a93a6af59a7546f325728d43ef4a1b;p=openwrt-packages.git unbound: suggest matched domain option for dnsmasq link Signed-off-by: Eric Luehrsen --- diff --git a/net/unbound/files/README.md b/net/unbound/files/README.md index fd971bc07..52378d5c5 100644 --- a/net/unbound/files/README.md +++ b/net/unbound/files/README.md @@ -65,6 +65,8 @@ In this case, Unbound serves your local network directly for all purposes. It wi **/etc/config/unbound**: ``` config unbound + # likely you want to match domain option between Unbound and dnsmasq + option domain 'yourdomain' option dhcp_link 'dnsmasq' option listen_port '53' ...