Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amanjuman/ebd41f9d2a6a4982defd66f4a7ac8747 to your computer and use it in GitHub Desktop.
Save amanjuman/ebd41f9d2a6a4982defd66f4a7ac8747 to your computer and use it in GitHub Desktop.
Disable systemd-resolved in Ubuntu 18.04 x64
sudo systemctl disable systemd-resolved
sudo systemctl stop systemd-resolved
sudo nano /etc/systemd/resolved.conf
DNSStubListener=no
rm /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment