]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: network: fix default values for DNSSEC= and DNSOverTLS= 21628/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 07:29:46 +0000 (16:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 07:30:48 +0000 (16:30 +0900)
man/systemd.network.xml

index 54254cae17a5b24da9181ce5fcc65a89e2b4656d..82d50c9569ebe2d8b8ef65761ac88020b8a82c34 100644 (file)
@@ -524,7 +524,8 @@ Table=1234</programlisting></para>
             is increased, by automatically turning off DNS-over-TLS servers in this case. This option
             defines a per-interface setting for
             <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
-            global <varname>DNSOverTLS=</varname> option. Defaults to false. This setting is read by
+            global <varname>DNSOverTLS=</varname> option. Defaults to unset, and the global setting
+            will be used. This setting is read by
             <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
           </listitem>
         </varlistentry>
@@ -537,7 +538,8 @@ Table=1234</programlisting></para>
             capable networks is increased, by automatically turning off DNSSEC in this case. This
             option defines a per-interface setting for
             <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
-            global <varname>DNSSEC=</varname> option. Defaults to false. This setting is read by
+            global <varname>DNSSEC=</varname> option. Defaults to unset, and the global setting will be
+            used. This setting is read by
             <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
             </para>
           </listitem>