Make Raspberry Pi not use pihole for its own DNS

Re-edit the /etc/resolv.conf file to point to 8.8.8.8, then lock it with:

sudo chattr +i /etc/resolv.conf

You can unlock the file anytime with:

sudo chattr -i /etc/resolv.conf

2 Likes