mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 14:30:34 +01:00
man: clarify relation of "dns.systemd-resolved" setting with "dns"
(cherry picked from commit bba0d553b1)
This commit is contained in:
parent
7b3a61c8e8
commit
634ac2897d
1 changed files with 7 additions and 8 deletions
|
|
@ -421,16 +421,15 @@ no-auto-default=*
|
|||
|
||||
<varlistentry>
|
||||
<term><varname>systemd-resolved</varname></term>
|
||||
<listitem><para>Send the connection DNS configuration to
|
||||
<listitem><para>Additionally, send the connection DNS configuration to
|
||||
<literal>systemd-resolved</literal>. Defaults to "<literal>true</literal>".
|
||||
</para>
|
||||
<para>Note that this setting is complementary to the
|
||||
<varname>dns</varname> setting. You can keep this enabled while using
|
||||
<varname>dns</varname> set to another DNS plugin alongside
|
||||
<literal>systemd-resolved</literal>, or <varname>dns</varname> set to
|
||||
<literal>systemd-resolved</literal> to configure the system resolver to use
|
||||
<literal>systemd-resolved</literal>.</para>
|
||||
<para>If systemd-resolved is enabled, the connectivity check resolves the
|
||||
<para>Note that this setting has no effect if the main <varname>dns</varname>
|
||||
plugin is already <literal>systemd-resolved</literal>. It is complementary to the
|
||||
<varname>dns</varname> setting to configure systemd-resolved alongside the
|
||||
main plugin.</para>
|
||||
<para>If systemd-resolved is enabled, either via this setting as the main
|
||||
DNS plugin, the connectivity check resolves the
|
||||
hostname per-device.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue