Where is the global “Enable Query Forwarding” toggle in the OPNsense GUI?
I want to enable DNS query forwarding for the local domain myhouse.home to dnsmasq running on 127.0.0.1:53053 so that host names like jellyfin@myhouse.home resolve.
I am running OPNsense 26.1.5 with Unbound DNS on port 53.
Dnsmasq is providing DNS/DHCP on port 53053 with static hosts jellyfin.myhouse.home pointing to 192.168.1.10.
I have added a Query Forwarding entry for myhouse.home. to 127.0.0.1:53053 under Services > Unbound DNS > Query Forwarding and restarted the Unbound service.
Query forwarding is not working. DNS queries for myhouse.home return NXDOMAIN when sent to port 53, but dnsmasq answers correctly on port 53053.
The backend Unbound API configuration shows "forwarding":{"enabled":"0"}.
How the heck do I turn on the forwarding for this? Where is the global “Enable Query Forwarding” toggle in the OPNsense GUI? The Query Forwarding page shows individual domain entries but I cannot find a master enable/disable option. Any pointers on where that toggle is or how to make Unbound actually forward those domains would be appreciated.