dns/dnsmasq-to-unbound: fix README - remote control enabled by default

Unbound remote control is always enabled by default in OPNsense,
there is no UI setting to enable it. Updated README to reflect this.
This commit is contained in:
Courtney Hall 2025-12-08 12:58:10 -08:00
parent fc8785d2d3
commit b8ee2b3a2f

View file

@ -14,8 +14,7 @@ This OPNsense plugin automatically registers dnsmasq DHCP leases and static host
## Requirements
- OPNsense with Unbound DNS resolver enabled
- **Unbound Remote Control must be enabled**: Services > Unbound DNS > General > Enable Remote Control
- OPNsense with Unbound DNS resolver enabled (remote control is enabled by default)
- dnsmasq plugin installed and configured with DHCP
## Installation
@ -80,7 +79,8 @@ grep dnsmasq_watcher /var/log/system/latest.log
### Common Issues
**"Unbound remote control not enabled"**
- Enable Remote Control in Services > Unbound DNS > General
- This should not normally occur as OPNsense enables remote control by default
- Check that Unbound is running and restart if necessary
**"No domain configured in dnsmasq.conf"**
- Add `domain=lan` (or your domain) to dnsmasq configuration