Merge pull request #12400 from EricLuehrsen/master

unbound: suggest matched domain option for dnsmasq link
This commit is contained in:
Rosen Penev 2020-06-04 14:24:11 -07:00 committed by GitHub
commit b6caafef46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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