You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unbound failed to start, with error: opnsense: /services_unbound.php: The command '/usr/local/sbin/unbound -c '/var/unbound/unbound.conf'' returned exit code '1', the output was '/var/unbound/unbound.conf:106: error: syntax error read /var/unbound/unbound.conf failed
The offending line in config was: do-not-query-localhost: no
Identified that the cause was also having a Domain Override configured. Once the domain override was removed, Unbound started okay and forwarding worked as expected.
The text was updated successfully, but these errors were encountered:
I have no idea why, but when using overrides the use of do-not-query-localhost: no is prohibited.
The only way is to also let BIND listen to the LAN IP with port 53530 and set the LAN IP in custom options of Unbound.
Configured Unbound to forward, as per https://wiki.opnsense.org/manual/how-tos/bind.html
Unbound failed to start, with error:
opnsense: /services_unbound.php: The command '/usr/local/sbin/unbound -c '/var/unbound/unbound.conf'' returned exit code '1', the output was '/var/unbound/unbound.conf:106: error: syntax error read /var/unbound/unbound.conf failedThe offending line in config was:
do-not-query-localhost: noIdentified that the cause was also having a Domain Override configured. Once the domain override was removed, Unbound started okay and forwarding worked as expected.
The text was updated successfully, but these errors were encountered: