From 634ac2897db7fdc09a64757ec956d60aea59959f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 27 Jul 2023 20:56:41 +0200 Subject: [PATCH] man: clarify relation of "dns.systemd-resolved" setting with "dns" (cherry picked from commit bba0d553b1954bca9bfa491a8133c452d3cad14f) --- man/NetworkManager.conf.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 3e31ecb759..3e43c37f85 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -421,16 +421,15 @@ no-auto-default=* systemd-resolved - Send the connection DNS configuration to + Additionally, send the connection DNS configuration to systemd-resolved. Defaults to "true". - Note that this setting is complementary to the - dns setting. You can keep this enabled while using - dns set to another DNS plugin alongside - systemd-resolved, or dns set to - systemd-resolved to configure the system resolver to use - systemd-resolved. - If systemd-resolved is enabled, the connectivity check resolves the + Note that this setting has no effect if the main dns + plugin is already systemd-resolved. It is complementary to the + dns setting to configure systemd-resolved alongside the + main plugin. + If systemd-resolved is enabled, either via this setting as the main + DNS plugin, the connectivity check resolves the hostname per-device.