From c95e3835e8a93a6af59a7546f325728d43ef4a1b Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Thu, 4 Jun 2020 01:13:46 -0400 Subject: [PATCH] unbound: suggest matched domain option for dnsmasq link Signed-off-by: Eric Luehrsen --- net/unbound/files/README.md | 2 ++ 1 file changed, 2 insertions(+) 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' ...