]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/resolvectl.xml
NEWS: document that the BLS is now part of our tree
[thirdparty/systemd.git] / man / resolvectl.xml
index 7f981ac327f6022a703b63e3bbb4442d47c23983..ff5b8ad1018c394c43e18fc9b6eb911ea40aac45 100644 (file)
@@ -4,10 +4,6 @@
 
 <!--
   SPDX-License-Identifier: LGPL-2.1+
-
-  This file is part of systemd.
-
-  Copyright 2016 Lennart Poettering
 -->
 
 <refentry id="resolvectl" conditional='ENABLE_RESOLVE'
   <refentryinfo>
     <title>resolvectl</title>
     <productname>systemd</productname>
-
-    <authorgroup>
-      <author>
-        <contrib>Developer</contrib>
-        <firstname>Lennart</firstname>
-        <surname>Poettering</surname>
-        <email>lennart@poettering.net</email>
-      </author>
-    </authorgroup>
   </refentryinfo>
 
   <refmeta>
         <term><option>llmnr [<replaceable>LINK</replaceable> [<replaceable>MODE</replaceable>]]</option></term>
         <term><option>mdns [<replaceable>LINK</replaceable> [<replaceable>MODE</replaceable>]]</option></term>
         <term><option>dnssec [<replaceable>LINK</replaceable> [<replaceable>MODE</replaceable>]]</option></term>
+        <term><option>dnsovertls [<replaceable>LINK</replaceable> [<replaceable>MODE</replaceable>]]</option></term>
         <term><option>nta [<replaceable>LINK</replaceable> [<replaceable>DOMAIN</replaceable>…]]</option></term>
 
         <listitem><para>Get/set per-interface DNS configuration. These commands may be used to configure various DNS
         through external means. The <option>dns</option> command expects IPv4 or IPv6 address specifications of DNS
         servers to use. The <option>domain</option> command expects valid DNS domains, possibly prefixed with
         <literal>~</literal>, and configures a per-interface search or route-only domain. The <option>llmnr</option>,
-        <option>mdns</option> and <option>dnssec</option> commands may be used to configure the per-interface LLMNR,
-        MulticastDNS and DNSSEC settings. Finally, <option>nta</option> command may be used to configure additional
-        per-interface DNSSEC NTA domains. For details about these settings, their possible values and their effect,
-        see the corresponding options in
+        <option>mdns</option>, <option>dnssec</option> and <option>dnsovertls</option> commands may be used to configure
+        the per-interface LLMNR, MulticastDNS, DNSSEC and DNSOverTLS settings. Finally, <option>nta</option> command
+        may be used to configure additional per-interface DNSSEC NTA domains. For details about these settings, their
+        possible values and their effect, see the corresponding options in
         <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
         </listitem>
       </varlistentry>
         <listitem><para>Revert the per-interface DNS configuration. If the DNS configuration is reverted all
         per-interface DNS setting are reset to their defaults, undoing all effects of <option>dns</option>,
         <option>domain</option>, <option>llmnr</option>, <option>mdns</option>, <option>dnssec</option>,
-        <option>nta=</option>. Note that when a network interface disappears all configuration is lost automatically,
-        an explicit reverting is not necessary in that case.</para></listitem>
+        <option>dnsovertls</option>, <option>nta</option>. Note that when a network interface disappears all
+        configuration is lost automatically, an explicit reverting is not necessary in that case.</para></listitem>
       </varlistentry>
 
     </variablelist>