Skip to content

Instantly share code, notes, and snippets.

@arthurd2
Last active August 7, 2023 21:45
Show Gist options
  • Save arthurd2/df94ccd1189a3b48aacb52925dc033bf to your computer and use it in GitHub Desktop.
Save arthurd2/df94ccd1189a3b48aacb52925dc033bf to your computer and use it in GitHub Desktop.
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