Skip to content

Instantly share code, notes, and snippets.

@codeliger
Created January 28, 2020 16:34
Show Gist options
  • Save codeliger/8f0b53efc995d4c0e51f075e02ca4840 to your computer and use it in GitHub Desktop.
Save codeliger/8f0b53efc995d4c0e51f075e02ca4840 to your computer and use it in GitHub Desktop.
Use resolvconf for dns
sudo systemctl disable systemd.resolved
sudo systemctl enable resolvconf
sudo systemctl restart NetworkManager
[main]
plugins=ifupdown,keyfile
dns=default
rc-manager=resolvconf
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment