This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
unbound: suggest matched domain option for dnsmasq link
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
lilik-openwrt-22.03
Eric Luehrsen
5 years ago
parent
815a789b81
commit
c95e3835e8
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
net/unbound/files/README.md
+ 2
- 0
net/unbound/files/README.md
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'
...
Write
Preview
Loading…
Cancel
Save