summaryrefslogtreecommitdiff
path: root/man/resolved.conf.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-18 17:03:43 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-20 10:56:14 +0100
commite803cf21393c9e49cb47903365f436a07a6fa3ba (patch)
tree91ec582f010d72aabc71db0359adf4efe9b56138 /man/resolved.conf.xml
parentc6f20515ab600098b5c2871bae2e9ecab3b41555 (diff)
downloadsystemd-e803cf21393c9e49cb47903365f436a07a6fa3ba.tar.gz
man: correctly document default for DNSSEC= and DNSoverTLS=
https://bugzilla.redhat.com/show_bug.cgi?id=1926323
Diffstat (limited to 'man/resolved.conf.xml')
-rw-r--r--man/resolved.conf.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index f53af362e8..3c56b76748 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -1,6 +1,9 @@
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % entities SYSTEM "custom-entities.ent" >
+%entities;
+]>
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<refentry id="resolved.conf" conditional='ENABLE_RESOLVE'
@@ -199,7 +202,7 @@
domains (TLDs) that are not known by the DNS root server. This
logic does not work in all private zone setups.</para>
- <para>Defaults to <literal>allow-downgrade</literal>.</para>
+ <para>Defaults to <literal>&DEFAULT_DNSSEC_MODE;</literal>.</para>
</listitem>
</varlistentry>
@@ -239,7 +242,7 @@
<varname>DNSOverTLS=</varname> setting is in effect. For per-link DNS servers the per-link setting is in effect, unless
it is unset in which case the global setting is used instead.</para>
- <para>Defaults to off.</para>
+ <para>Defaults to <literal>&DEFAULT_DNS_OVER_TLS_MODE;</literal>.</para>
</listitem>
</varlistentry>