mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
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:
parent
fc8785d2d3
commit
b8ee2b3a2f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue