Skip to content

Instantly share code, notes, and snippets.

@haikelfazzani
Created March 21, 2024 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haikelfazzani/31e452e079ed17b456c1f2d0bf10c6dc to your computer and use it in GitHub Desktop.
Save haikelfazzani/31e452e079ed17b456c1f2d0bf10c6dc to your computer and use it in GitHub Desktop.
```shell
sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl start resolvconf.service
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
sudo nano /etc/systemd/resolved.conf
cat /etc/resolv.conf
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment