December 2018
Beginner
826 pages
22h 54m
English
This section obviously made changes using network manager, but that's not to say this is the only way. It's possible to stop the network manager from hijacking and trying to control your DNS.
It's possible to set dns=none in the main section of the NetworkManager.conf file, as detailed in its man page:
Seen in the configuration file at /etc/NetworkManager/NetworkManager.conf, it would look like this:
[main]#plugins=ifcfg-rh,ibftdns=none
Restarting NetworkManager at this point would stop it from trying to modify /etc/resolv.conf in the future.
This can be useful if you want something else to manage your system's DNS, ...