Skip to content

Instantly share code, notes, and snippets.

@msnelling
Last active May 17, 2019 15:43
Show Gist options
  • Save msnelling/9fb8fdb0274b20805b5937b921e2b125 to your computer and use it in GitHub Desktop.
Save msnelling/9fb8fdb0274b20805b5937b921e2b125 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo nameserver 127.0.0.1 > /etc/resolvconf/resolv.conf.d/base
rm -f /etc/resolv.conf
ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf
resolvconf --enable-updates
resolvconf -u
systemctl disable systemd-resolved.service
systemctl stop systemd-resolved.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment