]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-resolve.xml
Merge pull request #4164 from martinpitt/nss-resolve
[thirdparty/systemd.git] / man / systemd-resolve.xml
CommitLineData
624993ac
LP
1<?xml version='1.0'?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5<!--
6 This file is part of systemd.
7
8 Copyright 2016 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22-->
23
24<refentry id="systemd-resolve"
25 xmlns:xi="http://www.w3.org/2001/XInclude">
26
27 <refentryinfo>
28 <title>systemd-resolve</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>systemd-resolve</refentrytitle>
43 <manvolnum>1</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>systemd-resolve</refname>
48 <refpurpose>Resolve domain names, IPV4 and IPv6 addresses, DNS resource records, and services</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>systemd-resolve</command>
54 <arg choice="opt" rep="repeat">OPTIONS</arg>
55 <arg choice="plain" rep="repeat"><replaceable>HOSTNAME</replaceable></arg>
56 </cmdsynopsis>
57
58 <cmdsynopsis>
59 <command>systemd-resolve</command>
60 <arg choice="opt" rep="repeat">OPTIONS</arg>
61 <arg choice="plain" rep="repeat"><replaceable>ADDRESS</replaceable></arg>
62 </cmdsynopsis>
63
64 <cmdsynopsis>
65 <command>systemd-resolve</command>
66 <arg choice="opt" rep="repeat">OPTIONS</arg>
27d3b124 67 <command> --type=<replaceable>TYPE</replaceable></command>
1ace2438 68 <arg choice="plain" rep="repeat"><replaceable>DOMAIN</replaceable></arg>
624993ac
LP
69 </cmdsynopsis>
70
71 <cmdsynopsis>
72 <command>systemd-resolve</command>
73 <arg choice="opt" rep="repeat">OPTIONS</arg>
27d3b124 74 <command> --service</command>
624993ac
LP
75 <arg choice="plain"><arg choice="opt"><arg choice="opt"><replaceable>NAME</replaceable></arg>
76 <replaceable>TYPE</replaceable></arg> <replaceable>DOMAIN</replaceable></arg>
77 </cmdsynopsis>
78
4ac2ca1b
ZJS
79 <cmdsynopsis>
80 <command>systemd-resolve</command>
81 <arg choice="opt" rep="repeat">OPTIONS</arg>
82 <command> --openpgp</command>
83 <arg choice="plain"><replaceable>USER@DOMAIN</replaceable></arg>
84 </cmdsynopsis>
85
82d1d240
ZJS
86 <cmdsynopsis>
87 <command>systemd-resolve</command>
88 <arg choice="opt" rep="repeat">OPTIONS</arg>
89 <command> --tlsa</command>
90 <arg choice="plain"><replaceable>DOMAIN<optional>:PORT</optional></replaceable></arg>
91 </cmdsynopsis>
92
624993ac
LP
93 <cmdsynopsis>
94 <command>systemd-resolve</command>
95 <arg choice="opt" rep="repeat">OPTIONS</arg>
27d3b124 96 <command> --statistics</command>
624993ac
LP
97 </cmdsynopsis>
98
99 <cmdsynopsis>
100 <command>systemd-resolve</command>
101 <arg choice="opt" rep="repeat">OPTIONS</arg>
27d3b124 102 <command> --reset-statistics</command>
624993ac
LP
103 </cmdsynopsis>
104
105 </refsynopsisdiv>
106
107 <refsect1>
108 <title>Description</title>
109
110 <para><command>systemd-resolve</command> may be used to resolve domain names, IPv4 and IPv6 addresses, DNS resource
111 records and services with the
112 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
113 resolver service. By default, the specified list of parameters will be resolved as hostnames, retrieving their IPv4
114 and IPv6 addresses. If the parameters specified are formatted as IPv4 or IPv6 operation the reverse operation is
115 done, and a hostname is retrieved for the specified addresses.</para>
116
cdfe156a
LP
117 <para>The program's output contains information about the protocol used for the look-up and on which network
118 interface the data was discovered. It also contains information on whether the information could be
119 authenticated. All data for which local DNSSEC validation succeeds is considered authenticated. Moreover all data
120 originating from local, trusted sources is also reported authenticated, including resolution of the local host
121 name, the <literal>localhost</literal> host name or all data from <filename>/etc/hosts</filename>.</para>
122
624993ac 123 <para>The <option>--type=</option> switch may be used to specify a DNS resource record type (A, AAAA, SOA, MX, ...) in
ba82da3b
ZJS
124 order to request a specific DNS resource record, instead of the address or reverse address lookups.
125 The special value <literal>help</literal> may be used to list known values.</para>
624993ac
LP
126
127 <para>The <option>--service</option> switch may be used to resolve <ulink
128 url="https://tools.ietf.org/html/rfc2782">SRV</ulink> and <ulink
129 url="https://tools.ietf.org/html/rfc6763">DNS-SD</ulink> services (see below). In this mode, between one and three
130 arguments are required. If three parameters are passed the first is assumed to be the DNS-SD service name, the
131 second the SRV service type, and the third the domain to search in. In this case a full DNS-SD style SRV and TXT
132 lookup is executed. If only two parameters are specified, the first is assumed to be the SRV service type, and the
133 second the domain to look in. In this case no TXT RR is requested. Finally, if only one parameter is specified, it
134 is assumed to be a domain name, that is already prefixed with an SRV type, and an SRV lookup is done (no
135 TXT).</para>
136
82d1d240 137 <para>The <option>--openpgp</option> switch may be used to query PGP keys stored as
734530b7 138 <ulink url="https://tools.ietf.org/html/rfc7929">OPENPGPKEY</ulink> resource records.
4ac2ca1b
ZJS
139 When this option is specified one or more e-mail address must be specified.</para>
140
82d1d240
ZJS
141 <para>The <option>--tlsa</option> switch maybe be used to query TLS public
142 keys stored as
143 <ulink url="https://tools.ietf.org/html/rfc6698">TLSA</ulink> resource records.
144 When this option is specified one or more domain names must be specified.</para>
145
624993ac 146 <para>The <option>--statistics</option> switch may be used to show resolver statistics, including information about
07ff561c 147 the number of successful and failed DNSSEC validations.</para>
624993ac
LP
148
149 <para>The <option>--reset-statistics</option> may be used to reset various statistics counters maintained the
150 resolver, including those shown in the <option>--statistics</option> output. This operation requires root
151 privileges.</para>
152 </refsect1>
153
154 <refsect1>
155 <title>Options</title>
156 <variablelist>
157 <varlistentry>
158 <term><option>-4</option></term>
159 <term><option>-6</option></term>
160
161 <listitem><para>By default, when resolving a hostname, both IPv4 and IPv6
162 addresses are acquired. By specifying <option>-4</option> only IPv4 addresses are requested, by specifying
163 <option>-6</option> only IPv6 addresses are requested.</para>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry>
168 <term><option>-i</option> <replaceable>INTERFACE</replaceable></term>
169 <term><option>--interface=</option><replaceable>INTERFACE</replaceable></term>
170
171 <listitem><para>Specifies the network interface to execute the query on. This may either be specified as numeric
172 interface index or as network interface string (e.g. <literal>en0</literal>). Note that this option has no
173 effect if system-wide DNS configuration (as configured in <filename>/etc/resolv.conf</filename> or
174 <filename>/etc/systemd/resolve.conf</filename>) in place of per-link configuration is used.</para></listitem>
175 </varlistentry>
176
177 <varlistentry>
178 <term><option>-p</option> <replaceable>PROTOCOL</replaceable></term>
179 <term><option>--protocol=</option><replaceable>PROTOCOL</replaceable></term>
180
181 <listitem><para>Specifies the network protocol for the query. May be one of <literal>dns</literal>
182 (i.e. classic unicast DNS), <literal>llmnr</literal> (<ulink
183 url="https://tools.ietf.org/html/rfc4795">Link-Local Multicast Name Resolution</ulink>),
de2645af 184 <literal>llmnr-ipv4</literal>, <literal>llmnr-ipv6</literal> (LLMNR via the indicated underlying IP
624993ac
LP
185 protocols). By default the lookup is done via all protocols suitable for the lookup. If used, limits the set of
186 protocols that may be used. Use this option multiple times to enable resolving via multiple protocols at the
187 same time. The setting <literal>llmnr</literal> is identical to specifying this switch once with
188 <literal>llmnr-ipv4</literal> and once via <literal>llmnr-ipv6</literal>. Note that this option does not force
189 the service to resolve the operation with the specified protocol, as that might require a suitable network
ba82da3b
ZJS
190 interface and configuration.
191 The special value <literal>help</literal> may be used to list known values.
192 </para></listitem>
624993ac
LP
193 </varlistentry>
194
195 <varlistentry>
196 <term><option>-t</option> <replaceable>TYPE</replaceable></term>
197 <term><option>--type=</option><replaceable>TYPE</replaceable></term>
198 <term><option>-c</option> <replaceable>CLASS</replaceable></term>
199 <term><option>--class=</option><replaceable>CLASS</replaceable></term>
200
201 <listitem><para>Specifies the DNS resource record type (e.g. A, AAAA, MX, …) and class (e.g. IN, ANY, …) to
202 look up. If these options are used a DNS resource record set matching the specified class and type is
ba82da3b
ZJS
203 requested. The class defaults to IN if only a type is specified.
204 The special value <literal>help</literal> may be used to list known values.
205 </para></listitem>
624993ac
LP
206 </varlistentry>
207
208 <varlistentry>
209 <term><option>--service</option></term>
210
e94968ba 211 <listitem><para>Enables service resolution. This enables DNS-SD and simple SRV service resolution, depending
624993ac
LP
212 on the specified list of parameters (see above).</para></listitem>
213 </varlistentry>
214
215 <varlistentry>
216 <term><option>--service-address=</option><replaceable>BOOL</replaceable></term>
217
218 <listitem><para>Takes a boolean parameter. If true (the default), when doing a service lookup with
219 <option>--service</option> the hostnames contained in the SRV resource records are resolved as well.</para></listitem>
220 </varlistentry>
221
222 <varlistentry>
223 <term><option>--service-txt=</option><replaceable>BOOL</replaceable></term>
224
225 <listitem><para>Takes a boolean parameter. If true (the default), when doing a DNS-SD service lookup with
226 <option>--service</option> the TXT service metadata record is resolved as well.</para></listitem>
227 </varlistentry>
228
4ac2ca1b
ZJS
229 <varlistentry>
230 <term><option>--openpgp</option></term>
231
232 <listitem><para>Enables OPENPGPKEY resource record resolution (see above). Specified e-mail
233 addresses are converted to the corresponding DNS domain name, and any OPENPGPKEY keys are
234 printed.</para></listitem>
235 </varlistentry>
236
82d1d240
ZJS
237 <varlistentry>
238 <term><option>--tlsa</option></term>
239
240 <listitem><para>Enables TLSA resource record resolution (see above).
241 A query will be performed for each of the specified names prefixed with
242 the port and family
243 (<literal>_<replaceable>port</replaceable>._<replaceable>family</replaceable>.<replaceable>domain</replaceable></literal>).
244 The port number may be specified after a colon
245 (<literal>:</literal>), otherwise <constant>443</constant> will be used
246 by default. The family may be specified as an argument after
247 <option>--tlsa</option>, otherwise <constant>tcp</constant> will be
248 used.</para></listitem>
249 </varlistentry>
250
624993ac
LP
251 <varlistentry>
252 <term><option>--cname=</option><replaceable>BOOL</replaceable></term>
253
254 <listitem><para>Takes a boolean parameter. If true (the default), DNS CNAME or DNAME redirections are
255 followed. Otherwise, if a CNAME or DNAME record is encountered while resolving, an error is
256 returned.</para></listitem>
257 </varlistentry>
258
259 <varlistentry>
260 <term><option>--search=</option><replaceable>BOOL</replaceable></term>
261
262 <listitem><para>Takes a boolean parameter. If true (the default), any specified single-label hostnames will be
263 searched in the domains configured in the search domain list, if it is non-empty. Otherwise, the search domain
264 logic is disabled.</para></listitem>
265 </varlistentry>
266
dab48ea6
ZJS
267 <varlistentry>
268 <term><option>--raw</option><optional>=payload|packet</optional></term>
269
270 <listitem><para>Dump the answer as binary data. If there is no argument or if the argument is
271 <literal>payload</literal>, the payload of the packet is exported. If the argument is
272 <literal>packet</literal>, the whole packet is dumped in wire format, prefixed by
273 length specified as a little-endian 64-bit number. This format allows multiple packets
274 to be dumped and unambigously parsed.</para></listitem>
275 </varlistentry>
276
624993ac
LP
277 <varlistentry>
278 <term><option>--legend=</option><replaceable>BOOL</replaceable></term>
279
280 <listitem><para>Takes a boolean parameter. If true (the default), column headers and meta information about the
281 query response are shown. Otherwise, this output is suppressed.</para></listitem>
282 </varlistentry>
283
284 <varlistentry>
285 <term><option>--statistics</option></term>
286
287 <listitem><para>If specified general resolver statistics are shown, including information whether DNSSEC is
288 enabled and available, as well as resolution and validation statistics.</para></listitem>
289 </varlistentry>
290
291 <varlistentry>
292 <term><option>--reset-statistics</option></term>
293
294 <listitem><para>Resets the statistics counters shown in <option>--statistics</option> to zero.</para></listitem>
295 </varlistentry>
296
ba35662f
LP
297 <varlistentry>
298 <term><option>--flush-caches</option></term>
299
300 <listitem><para>Flushes all DNS resource record caches the service maintains locally.</para></listitem>
301 </varlistentry>
302
be371fe0
LP
303 <varlistentry>
304 <term><option>--status</option></term>
305
306 <listitem><para>Shows the global and per-link DNS settings in currently in effect.</para></listitem>
307 </varlistentry>
308
624993ac
LP
309 <xi:include href="standard-options.xml" xpointer="help" />
310 <xi:include href="standard-options.xml" xpointer="version" />
be371fe0 311 <xi:include href="standard-options.xml" xpointer="no-pager" />
624993ac
LP
312 </variablelist>
313 </refsect1>
314
315 <refsect1>
316 <title>Examples</title>
317
318 <example>
319 <title>Retrieve the addresses of the <literal>www.0pointer.net</literal> domain</title>
320
edb4843f
ZJS
321 <programlisting>$ systemd-resolve www.0pointer.net
322www.0pointer.net: 2a01:238:43ed:c300:10c3:bcf3:3266:da74
323 85.214.157.71
324
325-- Information acquired via protocol DNS in 611.6ms.
326-- Data is authenticated: no
327</programlisting>
624993ac
LP
328 </example>
329
330 <example>
331 <title>Retrieve the domain of the <literal>85.214.157.71</literal> IP address</title>
332
edb4843f
ZJS
333 <programlisting>$ systemd-resolve 85.214.157.71
33485.214.157.71: gardel.0pointer.net
335
336-- Information acquired via protocol DNS in 1.2997s.
337-- Data is authenticated: no
338</programlisting>
624993ac
LP
339 </example>
340
341 <example>
342 <title>Retrieve the MX record of the <literal>0pointer.net</literal> domain</title>
343
edb4843f
ZJS
344 <programlisting>$ systemd-resolve -t MX yahoo.com --legend=no
345yahoo.com. IN MX 1 mta7.am0.yahoodns.net
346yahoo.com. IN MX 1 mta6.am0.yahoodns.net
347yahoo.com. IN MX 1 mta5.am0.yahoodns.net
348</programlisting>
624993ac
LP
349 </example>
350
351 <example>
352 <title>Resolve an SRV service</title>
353
edb4843f
ZJS
354 <programlisting>$ systemd-resolve --service _xmpp-server._tcp gmail.com
355_xmpp-server._tcp/gmail.com: alt1.xmpp-server.l.google.com:5269 [priority=20, weight=0]
356 173.194.210.125
357 alt4.xmpp-server.l.google.com:5269 [priority=20, weight=0]
358 173.194.65.125
359 ...
360</programlisting>
624993ac
LP
361 </example>
362
edb4843f
ZJS
363 <example>
364 <title>Retrieve a PGP key</title>
365
366 <programlisting>$ systemd-resolve --openpgp zbyszek@fedoraproject.org
367d08ee310438ca124a6149ea5cc21b6313b390dce485576eff96f8722._openpgpkey.fedoraproject.org. IN OPENPGPKEY
368 mQINBFBHPMsBEACeInGYJCb+7TurKfb6wGyTottCDtiSJB310i37/6ZYoeIay/5soJjlMyf
369 MFQ9T2XNT/0LM6gTa0MpC1st9LnzYTMsT6tzRly1D1UbVI6xw0g0vE5y2Cjk3xUwAynCsSs
370 ...
82d1d240
ZJS
371</programlisting>
372 </example>
373
374 <example>
375 <title>Retrieve a TLS key (<literal>=tcp</literal> and
376 <literal>:443</literal> could be skipped)</title>
377
378 <programlisting>$ systemd-resolve --tlsa=tcp fedoraproject.org:443
236d312b 379_443._tcp.fedoraproject.org IN TLSA 0 0 1 19400be5b7a31fb733917700789d2f0a2471c0c9d506c0e504c06c16d7cb17c0
82d1d240
ZJS
380 -- Cert. usage: CA constraint
381 -- Selector: Full Certificate
382 -- Matching type: SHA-256
edb4843f
ZJS
383</programlisting>
384 </example>
624993ac
LP
385 </refsect1>
386
387 <refsect1>
388 <title>See Also</title>
389 <para>
390 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
391 <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
392 </para>
393 </refsect1>
394</refentry>