As you are running Bullseye, you are likely affected by WARNING: Raspbian October 2021 release bullseye + unbound.
Try the following:
- Edit file
/etc/resolvconf.confand comment out the last line which should read:
unbound_conf=/etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
- Delete the unwanted unbound configuration file:
sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
- Restart unbound:
sudo service unbound restart