summaryrefslogtreecommitdiff
path: root/man/resolvectl.xml
diff options
context:
space:
mode:
authorIwan Timmer <irtimmer@gmail.com>2018-06-13 20:26:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 09:57:56 +0200
commitc9299be2f5a634881d6d9053cc93d093df040671 (patch)
tree2334524eaa17c6b36775ef36a045ea6ed7705a88 /man/resolvectl.xml
parentd122ed1ba87986e7740ce57970c114df78fe9947 (diff)
downloadsystemd-c9299be2f5a634881d6d9053cc93d093df040671.tar.gz
resolve: rename PrivateDNS to DNSOverTLS
PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
Diffstat (limited to 'man/resolvectl.xml')
-rw-r--r--man/resolvectl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml
index 539a785f2b..53cff45473 100644
--- a/man/resolvectl.xml
+++ b/man/resolvectl.xml
@@ -257,7 +257,7 @@
<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>privatedns [<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
@@ -269,8 +269,8 @@
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>, <option>dnssec</option> and <option>privatedns</option> commands may be used to configure
- the per-interface LLMNR, MulticastDNS, DNSSEC and PrivateDNS settings. Finally, <option>nta</option> command
+ <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>
@@ -283,7 +283,7 @@
<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>privatedns</option>, <option>nta</option>. Note that when a network interface disappears all
+ <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>