Created
January 28, 2020 16:34
-
-
Save codeliger/8f0b53efc995d4c0e51f075e02ca4840 to your computer and use it in GitHub Desktop.
Use resolvconf for dns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo systemctl disable systemd.resolved | |
sudo systemctl enable resolvconf | |
sudo systemctl restart NetworkManager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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