Last active
August 7, 2023 21:45
-
-
Save arthurd2/df94ccd1189a3b48aacb52925dc033bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl disable systemd-resolved | |
systemctl stop systemd-resolved | |
rm /etc/resolv.conf | |
echo "nameserver 150.162.1.33" > /etc/resolv.conf | |
echo "nameserver 150.162.2.33" >> /etc/resolv.conf | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment