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
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