diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-06-04 01:13:46 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2020-06-04 01:13:46 -0400 |
commit | c95e3835e8a93a6af59a7546f325728d43ef4a1b (patch) | |
tree | da9a2b0a938a329c4cc858f079ba3ea24c41a538 /net/unbound/files | |
parent | 815a789b814eec6452fcb51bffbf8df93273633d (diff) |
unbound: suggest matched domain option for dnsmasq link
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/files')
-rw-r--r-- | net/unbound/files/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
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' ... |