Skip to content

Instantly share code, notes, and snippets.

@fokklz
Created August 7, 2023 21:09
Show Gist options
  • Save fokklz/b113934a9f3bedfe5c98f135b7981aff to your computer and use it in GitHub Desktop.
Save fokklz/b113934a9f3bedfe5c98f135b7981aff to your computer and use it in GitHub Desktop.
Debian Shell Command

Reset SystemD (DNS)

systemctl disable --now systemd-resolved
rm -rf /etc/resolv.conf
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sudo systemctl restart systemd-resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment