Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created March 19, 2021 09:20
Show Gist options
  • Save zoonderkins/a7ab3024b67ecd0489833b98b18a04c7 to your computer and use it in GitHub Desktop.
Save zoonderkins/a7ab3024b67ecd0489833b98b18a04c7 to your computer and use it in GitHub Desktop.
Ubuntu 20 disable 127.0.0.53 DNS resolve
##
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