GNOME Bugzilla – Bug 774399
man: clarify dns=default regarding systemd-resolved
Last modified: 2016-11-14 15:36:32 UTC
NetworkManager.conf(5) says for dns=default: default: NetworkManager will update resolv.conf to reflect the nameservers provided by currently active connections. This is the default if the key is not specified, unless the system is configured to use systemd-resolved; in this case the default is systemd-resolved "unless the system is configured to use systemd-resolved" needs a better explanation. If I got right what the code does, this would make things clearer: default: NetworkManager will update resolv.conf to reflect the nameservers provided by currently active connections. This is the default if the key is not specified, unless the system is configured to use systemd-resolved (resolv.conf is a symlink to /run/systemd/resolve/resolv.conf, /lib/systemd/resolv.conf, or /usr/lib/systemd/resolv.conf); in this case the default is systemd-resolved
is this better: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=ce28e6ab3080cacdb1138057ac8442e42e0b20b7 ? (closing as fixed, please reopen if it's still wrong). Thanks
Much better! Thanks.