unbound: suggest matched domain option for dnsmasq link

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
Eric Luehrsen 2020-06-04 01:13:46 -04:00
parent c0dce1d3a6
commit ba19244b84

View file

@ -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'
...