'\" t .TH "SYSTEMD\-RESOLVED\&.SERVICE" "8" "" "systemd 241" "systemd-resolved.service" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" systemd-resolved.service, systemd-resolved \- Network Name Resolution manager .SH "SYNOPSIS" .PP systemd\-resolved\&.service .PP /lib/systemd/systemd\-resolved .SH "DESCRIPTION" .PP \fBsystemd\-resolved\fR is a system service that provides network name resolution to local applications\&. It implements a caching and validating DNS/DNSSEC stub resolver, as well as an LLMNR and MulticastDNS resolver and responder\&. Local applications may submit network name resolution requests via three interfaces: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The native, fully\-featured API \fBsystemd\-resolved\fR exposes on the bus\&. See the \m[blue]\fBAPI Documentation\fR\m[]\&\s-2\u[1]\d\s+2 for details\&. Usage of this API is generally recommended to clients as it is asynchronous and fully featured (for example, properly returns DNSSEC validation status and interface scope for addresses as necessary for supporting link\-local networking)\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The glibc \fBgetaddrinfo\fR(3) API as defined by \m[blue]\fBRFC3493\fR\m[]\&\s-2\u[2]\d\s+2 and its related resolver functions, including \fBgethostbyname\fR(3)\&. This API is widely supported, including beyond the Linux platform\&. In its current form it does not expose DNSSEC validation status information however, and is synchronous only\&. This API is backed by the glibc Name Service Switch (\fBnss\fR(5))\&. Usage of the glibc NSS module \fBnss-resolve\fR(8) is required in order to allow glibc\*(Aqs NSS resolver functions to resolve host names via \fBsystemd\-resolved\fR\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Additionally, \fBsystemd\-resolved\fR provides a local DNS stub listener on IP address 127\&.0\&.0\&.53 on the local loopback interface\&. Programs issuing DNS requests directly, bypassing any local API may be directed to this stub, in order to connect them to \fBsystemd\-resolved\fR\&. Note however that it is strongly recommended that local programs use the glibc NSS or bus APIs instead (as described above), as various network resolution concepts (such as link\-local addressing, or LLMNR Unicode domains) cannot be mapped to the unicast DNS protocol\&. .RE .PP The DNS servers contacted are determined from the global settings in /etc/systemd/resolved\&.conf, the per\-link static settings in /etc/systemd/network/*\&.network files (in case \fBsystemd-networkd.service\fR(8) is used), the per\-link dynamic settings received over DHCP, user request made via \fBresolvectl\fR(1), and any DNS server information made available by other system services\&. See \fBresolved.conf\fR(5) and \fBsystemd.network\fR(5) for details about systemd\*(Aqs own configuration files for DNS servers\&. To improve compatibility, /etc/resolv\&.conf is read in order to discover configured system DNS servers, but only if it is not a symlink to /run/systemd/resolve/stub\-resolv\&.conf, /usr/lib/systemd/resolv\&.conf or /run/systemd/resolve/resolv\&.conf (see below)\&. .SH "SYNTHETIC RECORDS" .PP \fBsystemd\-resolved\fR synthesizes DNS resource records (RRs) for the following cases: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The local, configured hostname is resolved to all locally configured IP addresses ordered by their scope, or \(em if none are configured \(em the IPv4 address 127\&.0\&.0\&.2 (which is on the local loopback) and the IPv6 address ::1 (which is the local host)\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The hostnames "localhost" and "localhost\&.localdomain" (as well as any hostname ending in "\&.localhost" or "\&.localhost\&.localdomain") are resolved to the IP addresses 127\&.0\&.0\&.1 and ::1\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The hostname "_gateway" is resolved to all current default routing gateway addresses, ordered by their metric\&. This assigns a stable hostname to the current gateway, useful for referencing it independently of the current network configuration state\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} The mappings defined in /etc/hosts are resolved to their configured addresses and back, but they will not affect lookups for non\-address types (like MX)\&. .RE .SH "PROTOCOLS AND ROUTING" .PP Lookup requests are routed to the available DNS servers, LLMNR and MulticastDNS interfaces according to the following rules: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Lookups for the special hostname "localhost" are never routed to the network\&. (A few other, special domains are handled the same way\&.) .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Single\-label names are routed to all local interfaces capable of IP multicasting, using the LLMNR protocol\&. Lookups for IPv4 addresses are only sent via LLMNR on IPv4, and lookups for IPv6 addresses are only sent via LLMNR on IPv6\&. Lookups for the locally configured host name and the "_gateway" host name are never routed to LLMNR\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Multi\-label names with the domain suffix "\&.local" are routed to all local interfaces capable of IP multicasting, using the MulticastDNS protocol\&. As with LLMNR IPv4 address lookups are sent via IPv4 and IPv6 address lookups are sent via IPv6\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Other multi\-label names are routed to all local interfaces that have a DNS server configured, plus the globally configured DNS server if there is one\&. Address lookups from the link\-local address range are never routed to DNS\&. Note that by default lookups for domains with the "\&.local" suffix are not routed to DNS servers, unless the domain is specified explicitly as routing or search domain for the DNS server and interface\&. This means that on networks where the "\&.local" domain is defined in a site\-specific DNS server, explicit search or routing domains need to be configured to make lookups within this DNS domain work\&. Note that today it\*(Aqs generally recommended to avoid defining "\&.local" in a DNS server, as \m[blue]\fBRFC6762\fR\m[]\&\s-2\u[3]\d\s+2 reserves this domain for exclusive MulticastDNS use\&. .RE .PP If lookups are routed to multiple interfaces, the first successful response is returned (thus effectively merging the lookup zones on all matching interfaces)\&. If the lookup failed on all interfaces, the last failing response is returned\&. .PP Routing of lookups may be influenced by configuring per\-interface domain names and other settings\&. See \fBsystemd.network\fR(5) and \fBresolvectl\fR(1) for details\&. The following query routing logic applies for unicast DNS traffic: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} If a name to look up matches (that is: is equal to or has as suffix) any of the configured search or route\-only domains of any link (or the globally configured DNS settings), the "best matching" search/route\-only domain is determined: the matching one with the most labels\&. The query is then sent to all DNS servers of any links or the globally configured DNS servers associated with this "best matching" search/route\-only domain\&. (Note that more than one link might have this same "best matching" search/route\-only domain configured, in which case the query is sent to all of them in parallel)\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} If a query does not match any configured search/route\-only domain (neither per\-link nor global), it is sent to all DNS servers that are configured on links with the "DNS default route" option set, as well as the globally configured DNS server\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} If there is no link configured as "DNS default route" and no global DNS server configured, the compiled\-in fallback DNS server is used\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Otherwise the query is failed as no suitable DNS servers could be determined\&. .RE .PP The "DNS default route" option is a boolean setting configureable with \fBresolvectl\fR or in \&.network files\&. If not set, it is implicitly determined based on the configured DNS domains for a link: if there\*(Aqs any route\-only domain (not matching "~\&.") it defaults to false, otherwise to true\&. .PP Effectively this means: in order to preferably route all DNS queries not explicitly matched by search/route\-only domain configuration to a specific link, configure a "~\&." route\-only domain on it\&. This will ensure that other links will not be considered for the queries (unless they too carry such a route\-only domain)\&. In order to route all such DNS queries to a specific link only in case no other link is preferable, then set the "DNS default route" option for the link to true, and do not configure a "~\&." route\-only domain on it\&. Finally, in order to ensure that a specific link never receives any DNS traffic not matching any of its configured search/route\-only domains, set the "DNS default route" option for it to false\&. .PP See the \m[blue]\fBresolved D\-Bus API Documentation\fR\m[]\&\s-2\u[1]\d\s+2 for information about the APIs systemd\-resolved provides\&. .SH "/ETC/RESOLV\&.CONF" .PP Four modes of handling /etc/resolv\&.conf (see \fBresolv.conf\fR(5)) are supported: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBsystemd\-resolved\fR maintains the /run/systemd/resolve/stub\-resolv\&.conf file for compatibility with traditional Linux programs\&. This file may be symlinked from /etc/resolv\&.conf\&. This file lists the 127\&.0\&.0\&.53 DNS stub (see above) as the only DNS server\&. It also contains a list of search domains that are in use by systemd\-resolved\&. The list of search domains is always kept up\-to\-date\&. Note that /run/systemd/resolve/stub\-resolv\&.conf should not be used directly by applications, but only through a symlink from /etc/resolv\&.conf\&. This file may be symlinked from /etc/resolv\&.conf in order to connect all local clients that bypass local DNS APIs to \fBsystemd\-resolved\fR with correct search domains settings\&. This mode of operation is recommended\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} A static file /usr/lib/systemd/resolv\&.conf is provided that lists the 127\&.0\&.0\&.53 DNS stub (see above) as only DNS server\&. This file may be symlinked from /etc/resolv\&.conf in order to connect all local clients that bypass local DNS APIs to \fBsystemd\-resolved\fR\&. This file does not contain any search domains\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBsystemd\-resolved\fR maintains the /run/systemd/resolve/resolv\&.conf file for compatibility with traditional Linux programs\&. This file may be symlinked from /etc/resolv\&.conf and is always kept up\-to\-date, containing information about all known DNS servers\&. Note the file format\*(Aqs limitations: it does not know a concept of per\-interface DNS servers and hence only contains system\-wide DNS server definitions\&. Note that /run/systemd/resolve/resolv\&.conf should not be used directly by applications, but only through a symlink from /etc/resolv\&.conf\&. If this mode of operation is used local clients that bypass any local DNS API will also bypass \fBsystemd\-resolved\fR and will talk directly to the known DNS servers\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} Alternatively, /etc/resolv\&.conf may be managed by other packages, in which case \fBsystemd\-resolved\fR will read it for DNS configuration data\&. In this mode of operation \fBsystemd\-resolved\fR is consumer rather than provider of this configuration file\&. .RE .PP Note that the selected mode of operation for this file is detected fully automatically, depending on whether /etc/resolv\&.conf is a symlink to /run/systemd/resolve/resolv\&.conf or lists 127\&.0\&.0\&.53 as DNS server\&. .SH "SIGNALS" .PP \fBSIGUSR1\fR .RS 4 Upon reception of the \fBSIGUSR1\fR process signal \fBsystemd\-resolved\fR will dump the contents of all DNS resource record caches it maintains, as well as all feature level information it learnt about configured DNS servers into the system logs\&. .RE .PP \fBSIGUSR2\fR .RS 4 Upon reception of the \fBSIGUSR2\fR process signal \fBsystemd\-resolved\fR will flush all caches it maintains\&. Note that it should normally not be necessary to request this explicitly \(en except for debugging purposes \(en as \fBsystemd\-resolved\fR flushes the caches automatically anyway any time the host\*(Aqs network configuration changes\&. Sending this signal to \fBsystemd\-resolved\fR is equivalent to the \fBresolvectl \-\-flush\-caches\fR command, however the latter is recommended since it operates in a synchronous way\&. .RE .PP \fBSIGRTMIN+1\fR .RS 4 Upon reception of the \fBSIGRTMIN+1\fR process signal \fBsystemd\-resolved\fR will forget everything it learnt about the configured DNS servers\&. Specifically any information about server feature support is flushed out, and the server feature probing logic is restarted on the next request, starting with the most fully featured level\&. Note that it should normally not be necessary to request this explicitly \(en except for debugging purposes \(en as \fBsystemd\-resolved\fR automatically forgets learnt information any time the DNS server configuration changes\&. Sending this signal to \fBsystemd\-resolved\fR is equivalent to the \fBresolvectl \-\-reset\-server\-features\fR command, however the latter is recommended since it operates in a synchronous way\&. .RE .SH "SEE ALSO" .PP \fBsystemd\fR(1), \fBresolved.conf\fR(5), \fBdnssec-trust-anchors.d\fR(5), \fBnss-resolve\fR(8), \fBresolvectl\fR(1), \fBresolv.conf\fR(5), \fBhosts\fR(5), \fBsystemd.network\fR(5), \fBsystemd-networkd.service\fR(8) .SH "NOTES" .IP " 1." 4 API Documentation .RS 4 \%https://www.freedesktop.org/wiki/Software/systemd/resolved .RE .IP " 2." 4 RFC3493 .RS 4 \%https://tools.ietf.org/html/rfc3493 .RE .IP " 3." 4 RFC6762 .RS 4 \%https://tools.ietf.org/html/rfc6762 .RE