Please follow the below template, it will help us to help you!
Issue
I have installed pi-hole on a dedicated acer atom notebook x64 that is installed with ubuntu 24.04.01 server using command sudo curl -sSL https://install.pi-hole.net | bash per documentation. I have also installed unbound and have them both running. However, I noticed 3 warnings in unbound.service.
Although Pihole and unbound are both running (can block ads and function as a recursive DNS), there are still three unbound.service warnings that I don't know how to fix.
As those are unbound's warnings (and also, probably specific to your machine/OS), you should consider to consult unbound's documentation and support channels.
Had the same problem with the second issue, with subnetcache: prefetch. Disable “prefetch: yes with prefetch: no”, in /etc/unbound/unbound.conf.d/pi-hole.conf, this will solve the issue with cache.
This actually isn't the solution. Turn it back on to yes. If you cannot live with the warning, it does no harm, you need to disable the subnetcache module, which is enabled by default.
You can check which modules are enabled by executing this:
I have retracted my belief based on the limited information available at the time of my statement. Thank you for providing me with the link. It has greatly assisted me in comprehending errors in general.