diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-18 17:03:43 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-20 10:56:14 +0100 |
commit | e803cf21393c9e49cb47903365f436a07a6fa3ba (patch) | |
tree | 91ec582f010d72aabc71db0359adf4efe9b56138 /man/custom-entities.ent.in | |
parent | man: describe flags for record resolving (diff) | |
download | systemd-e803cf21393c9e49cb47903365f436a07a6fa3ba.tar.xz systemd-e803cf21393c9e49cb47903365f436a07a6fa3ba.zip |
man: correctly document default for DNSSEC= and DNSoverTLS=
https://bugzilla.redhat.com/show_bug.cgi?id=1926323
Diffstat (limited to 'man/custom-entities.ent.in')
-rw-r--r-- | man/custom-entities.ent.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in index 815735910a..929ba8e83f 100644 --- a/man/custom-entities.ent.in +++ b/man/custom-entities.ent.in @@ -13,5 +13,7 @@ <!ENTITY DEBUGTTY "{{DEBUGTTY}}"> <!ENTITY RC_LOCAL_PATH "{{RC_LOCAL_PATH}}"> <!ENTITY HIGH_RLIMIT_NOFILE "{{HIGH_RLIMIT_NOFILE}}"> +<!ENTITY DEFAULT_DNSSEC_MODE "{{DEFAULT_DNSSEC_MODE_STR}}"> +<!ENTITY DEFAULT_DNS_OVER_TLS_MODE "{{DEFAULT_DNS_OVER_TLS_MODE_STR}}"> <!ENTITY fedora_latest_version "35"> <!ENTITY fedora_cloud_release "1.2"> |