mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
unbound: suggest matched domain option for dnsmasq link
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
@@ -65,6 +65,8 @@ In this case, Unbound serves your local network directly for all purposes. It wi
|
|||||||
**/etc/config/unbound**:
|
**/etc/config/unbound**:
|
||||||
```
|
```
|
||||||
config unbound
|
config unbound
|
||||||
|
# likely you want to match domain option between Unbound and dnsmasq
|
||||||
|
option domain 'yourdomain'
|
||||||
option dhcp_link 'dnsmasq'
|
option dhcp_link 'dnsmasq'
|
||||||
option listen_port '53'
|
option listen_port '53'
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user