Created
May 19, 2021 13:53
-
-
Save amanjuman/ebd41f9d2a6a4982defd66f4a7ac8747 to your computer and use it in GitHub Desktop.
Disable systemd-resolved in Ubuntu 18.04 x64
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
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