Pfsense unbound not resolving subdomains

Hi all!

So i just registered a domain to get rid of all the ssl errors but hit a bit of a setback with unbound, basically it handles the subdomains that point to the local network as local zone type and wont resolve them. As a quick and dirty fix i used domain override to force unbound to query amazon dns for my domain which works.

Here is what i see in the log:
pfSense unbound: [56561:2] debug: using localzone <domain.tld.> transparent
Dec 14 18:38:09 pfSense unbound: [56561:2] info: send_udp over interface: 10.125.210.1
Dec 14 18:38:09 pfSense unbound: [56561:2] info: receive_udp on interface: 10.125.210.1
Dec 14 18:38:09 pfSense unbound: [56561:2] debug: using localzone section9.me. transparent
Dec 14 18:38:09 pfSense unbound: [56561:2] info: send_udp over interface: 10.125.210.1
Dec 14 18:38:11 pfSense unbound: [56561:2] info: receive_udp on interface: 10.125.210.1
Dec 14 18:38:11 pfSense unbound: [56561:1] info: receive_udp on interface: 10.125.210.1
Dec 14 18:38:11 pfSense unbound: [56561:1] debug: using localzone . transparent
Dec 14 18:38:11 pfSense unbound: [56561:2] debug: using localzone . transparent
Dec 14 18:38:11 pfSense unbound: [56561:1] debug: answer from the cache failed
Dec 14 18:38:11 pfSense unbound: [56561:2] debug: answer from the cache failed

Did anyone encounter this or have an idea how it can be fixed in the proper way?