new script

This commit is contained in:
Stefen Auris 2020-07-15 16:46:42 -04:00
parent d23e123d00
commit a12f65d912

3
scripts/fixNXDomain.zsh Normal file
View file

@ -0,0 +1,3 @@
echo "relinking resolv.conf"
sudo mv /etc/resolv.conf /etc/resolv.conf.bak
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf