Skip to content

Commit 8fc2648

Browse files
authored
Merge pull request systemd#21628 from yuwata/man-network-dnssec
man: network: fix default values for DNSSEC= and DNSOverTLS=
2 parents 6b12086 + 472e134 commit 8fc2648

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

man/systemd.network.xml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -518,35 +518,30 @@ Table=1234</programlisting></para>
518518
<varlistentry>
519519
<term><varname>DNSOverTLS=</varname></term>
520520
<listitem>
521-
<para>Takes a boolean or <literal>opportunistic</literal>.
522-
When true, enables
523-
<ulink
524-
url="https://tools.ietf.org/html/rfc7858">DNS-over-TLS</ulink>
525-
support on the link.
526-
When set to <literal>opportunistic</literal>, compatibility with
527-
non-DNS-over-TLS servers is increased, by automatically
528-
turning off DNS-over-TLS servers in this case.
529-
This option defines a per-interface setting for
521+
<para>Takes a boolean or <literal>opportunistic</literal>. When true, enables
522+
<ulink url="https://tools.ietf.org/html/rfc7858">DNS-over-TLS</ulink> support on the link.
523+
When set to <literal>opportunistic</literal>, compatibility with non-DNS-over-TLS servers
524+
is increased, by automatically turning off DNS-over-TLS servers in this case. This option
525+
defines a per-interface setting for
530526
<citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
531-
global <varname>DNSOverTLS=</varname> option. Defaults to
532-
false. This setting is read by
527+
global <varname>DNSOverTLS=</varname> option. Defaults to unset, and the global setting
528+
will be used. This setting is read by
533529
<citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
534530
</listitem>
535531
</varlistentry>
536532
<varlistentry>
537533
<term><varname>DNSSEC=</varname></term>
538534
<listitem>
539535
<para>Takes a boolean or <literal>allow-downgrade</literal>. When true, enables
540-
<ulink url="https://tools.ietf.org/html/rfc4033">DNSSEC</ulink>
541-
DNS validation support on the link. When set to
542-
<literal>allow-downgrade</literal>, compatibility with
543-
non-DNSSEC capable networks is increased, by automatically
544-
turning off DNSSEC in this case. This option defines a
545-
per-interface setting for
536+
<ulink url="https://tools.ietf.org/html/rfc4033">DNSSEC</ulink> DNS validation support on
537+
the link. When set to <literal>allow-downgrade</literal>, compatibility with non-DNSSEC
538+
capable networks is increased, by automatically turning off DNSSEC in this case. This
539+
option defines a per-interface setting for
546540
<citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s
547-
global <varname>DNSSEC=</varname> option. Defaults to
548-
false. This setting is read by
549-
<citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
541+
global <varname>DNSSEC=</varname> option. Defaults to unset, and the global setting will be
542+
used. This setting is read by
543+
<citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
544+
</para>
550545
</listitem>
551546
</varlistentry>
552547
<varlistentry>

0 commit comments

Comments
 (0)