ISC DHCP functionality is slowly being deprecated with the introduction of Kea as an alternative. The work to replace the tooling of ISC DHCP is ongoing, but feature sets will likely differ for a long time therefore.
@Patrick M. Hausenhow you get the leases to register in unbound ?i stopped isc and start kea, reserved leases come in, but unbound wont resolve them.
...
WARN [kea-dhcp4.dhcpsrv.0x83359d000] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: Failed to open socket on interface ix1_vlan630, reason: failed to bind fallback socket to address 192.168.63.1, port 67, reason: Address already in use - is another DHCP server running?
udp4 0 0 192.168.63.1.67 *.*
udp4 0 0 *.67 *.*
Binding to things is a bit of a grey area for DHCP servers.
In short, it might be that it is not a good idea to run multiple DHCP servers on one host, depending on the specific implementation in opnsense and your network.