Created
March 19, 2021 09:20
-
-
Save zoonderkins/a7ab3024b67ecd0489833b98b18a04c7 to your computer and use it in GitHub Desktop.
Ubuntu 20 disable 127.0.0.53 DNS resolve
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
## | |
If you got `127.0.0.53` in your `/etc/resolv.conf` pls consider to disable `systemd-resolved` | |
``` | |
sudo systemctl disable systemd-resolved | |
sudo systemctl stop systemd-resolved | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment