git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
815a789
)
unbound: suggest matched domain option for dnsmasq link
author
Eric Luehrsen
<redacted>
Thu, 4 Jun 2020 05:13:46 +0000
(
01:13
-0400)
committer
Eric Luehrsen
<redacted>
Thu, 4 Jun 2020 05:13:46 +0000
(
01:13
-0400)
Signed-off-by: Eric Luehrsen <redacted>
net/unbound/files/README.md
patch
|
blob
|
history
diff --git
a/net/unbound/files/README.md
b/net/unbound/files/README.md
index fd971bc07dea23734257c3b3783519c9b184d367..52378d5c5033f44a01518be2913486e1ed985e3e 100644
(file)
--- 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'
...
git clone https://git.99rst.org/PROJECT