diff options
author | Iwan Timmer <irtimmer@gmail.com> | 2018-06-11 21:33:57 +0200 |
---|---|---|
committer | Iwan Timmer <irtimmer@gmail.com> | 2018-06-12 18:50:30 +0200 |
commit | 30e59c84d77ba3a1fc348408b3fca9e3eb40877a (patch) | |
tree | c62b3f7d27ab09cd97bd2e60408ef8dfaf9009fa /man/systemd.network.xml | |
parent | resolve: make PrivateDNS configurable per link (diff) | |
download | systemd-30e59c84d77ba3a1fc348408b3fca9e3eb40877a.tar.xz systemd-30e59c84d77ba3a1fc348408b3fca9e3eb40877a.zip |
man: document DNS-over-TLS options
Diffstat (limited to '')
-rw-r--r-- | man/systemd.network.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d7bcf5a067..b43874b59c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -385,6 +385,21 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>PrivateDNS=</varname></term> + <listitem> + <para>Takes false or + <literal>opportunistic</literal>. When set to <literal>opportunistic</literal>, enables + <ulink + url="https://tools.ietf.org/html/rfc7858">DNS-over-TLS</ulink> + support on the link. This option defines a + per-interface setting for + <citerefentry><refentrytitle>resolved.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>'s + global <varname>PrivateDNS=</varname> option. Defaults to + false. This setting is read by + <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>DNSSEC=</varname></term> <listitem> <para>A boolean or |