Browse Source

Merge pull request #12400 from EricLuehrsen/master

unbound: suggest matched domain option for dnsmasq link
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
b6caafef46
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +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'
...


Loading…
Cancel
Save