From: Yu Watanabe Date: Mon, 6 Dec 2021 07:29:46 +0000 (+0900) Subject: man: network: fix default values for DNSSEC= and DNSOverTLS= X-Git-Tag: v250-rc1~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F21628%2Fhead;p=thirdparty%2Fsystemd.git man: network: fix default values for DNSSEC= and DNSOverTLS= --- 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.