From 472e1349edfd13774eacf182f2c0540714d22319 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 6 Dec 2021 16:29:46 +0900 Subject: [PATCH] man: network: fix default values for DNSSEC= and DNSOverTLS= --- man/systemd.network.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 54254cae17a..82d50c9569e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -524,7 +524,8 @@ Table=1234 is increased, by automatically turning off DNS-over-TLS servers in this case. This option defines a per-interface setting for resolved.conf5's - global DNSOverTLS= option. Defaults to false. This setting is read by + global DNSOverTLS= option. Defaults to unset, and the global setting + will be used. This setting is read by systemd-resolved.service8. @@ -537,7 +538,8 @@ Table=1234 capable networks is increased, by automatically turning off DNSSEC in this case. This option defines a per-interface setting for resolved.conf5's - global DNSSEC= option. Defaults to false. This setting is read by + global DNSSEC= option. Defaults to unset, and the global setting will be + used. This setting is read by systemd-resolved.service8. -- 2.47.3