summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-06 16:29:46 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-06 16:30:48 +0900
commit472e1349edfd13774eacf182f2c0540714d22319 (patch)
tree88e97f407a344501fd8e248a3d894410ea0aad65 /man
parentdee13c2f4e453e5a6df0dcb50a8851e93769b70f (diff)
downloadsystemd-472e1349edfd13774eacf182f2c0540714d22319.tar.gz
man: network: fix default values for DNSSEC= and DNSOverTLS=
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 54254cae17..82d50c9569 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -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>