I followed the guide on installing unbound and making changes to make Pi-Hole a recursive DNS server. Looking at the queries on the admin page, it looks like it's working because I can see the "OK forwarded to XXXX#5335 message. I also made sure I removed the Google Nameservers from my Upstream DNS servers and saved changes. However when I look at my /etc/resolv.conf file, I'm still seeing the two Google nameservers there. (nameserver 8.8.8.8 and nameserver 8.8.4.4). Does that mean my pihole is still really relying on those? And if I removed them from the admin page and saved, why didn't the resolv.conf file get updated to remove them?
Should I remove those entries from my resolv.conf file?
Thanks!