{"id":4519,"date":"2022-12-20T18:08:54","date_gmt":"2022-12-20T21:08:54","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/org-freedesktop-resolve1-man5\/"},"modified":"2022-12-20T18:08:54","modified_gmt":"2022-12-20T21:08:54","slug":"org-freedesktop-resolve1-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/org-freedesktop-resolve1-man5\/","title":{"rendered":"ORG.FREEDESKTOP.RESOLVE1 (man5)"},"content":{"rendered":"<h1 align=\"center\">ORG.FREEDESKTOP.RESOLVE1<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#INTRODUCTION\">INTRODUCTION<\/a><br \/> <a href=\"#THE MANAGER OBJECT\">THE MANAGER OBJECT<\/a><br \/> <a href=\"#LINK OBJECT\">LINK OBJECT<\/a><br \/> <a href=\"#COMMON ERRORS\">COMMON ERRORS<\/a><br \/> <a href=\"#EXAMPLES\">EXAMPLES<\/a><br \/> <a href=\"#VERSIONING\">VERSIONING<\/a><br \/> <a href=\"#NOTES\">NOTES<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">org.freedesktop.resolve1 \u2212 The D\u2212Bus interface of systemd\u2212resolved<\/p>\n<h2>INTRODUCTION <a name=\"INTRODUCTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>systemd-resolved.service<\/b>(8) is a system service that provides hostname resolution and caching using DNS, LLMNR, and mDNS. It also does DNSSEC validation. This page describes the resolve semantics and the D\u2212Bus interface.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This page contains an API reference only. If you are looking for a longer explanation how to use this API, please consult <b><font color=\"#0000FF\">Writing Network Configuration Managers<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small> <font color=\"#000000\">and<\/font> <b><font color=\"#0000FF\">Writing Resolver Clients<\/font><\/b> <small><font color=\"#000000\">[2]<\/font><\/small> <font color=\"#000000\">.<\/font><\/p>\n<h2>THE MANAGER OBJECT <a name=\"THE MANAGER OBJECT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The service exposes the following interfaces on the Manager object on the bus:<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">node \/org\/freedesktop\/resolve1 { <br \/> interface org.freedesktop.resolve1.Manager { <br \/> methods: <br \/> ResolveHostname(in i ifindex, <br \/> in s name, <br \/> in i family, <br \/> in t flags, <br \/> out a(iiay) addresses, <br \/> out s canonical, <br \/> out t flags); <br \/> ResolveAddress(in i ifindex, <br \/> in i family, <br \/> in ay address, <br \/> in t flags, <br \/> out a(is) names, <br \/> out t flags); <br \/> ResolveRecord(in i ifindex, <br \/> in s name, <br \/> in q class, <br \/> in q type, <br \/> in t flags, <br \/> out a(iqqay) records, <br \/> out t flags); <br \/> ResolveService(in i ifindex, <br \/> in s name, <br \/> in s type, <br \/> in s domain, <br \/> in i family, <br \/> in t flags, <br \/> out a(qqqsa(iiay)s) srv_data, <br \/> out aay txt_data, <br \/> out s canonical_name, <br \/> out s canonical_type, <br \/> out s canonical_domain, <br \/> out t flags); <br \/> GetLink(in i ifindex, <br \/> out o path); <br \/> SetLinkDNS(in i ifindex, <br \/> in a(iay) addresses); <br \/> SetLinkDNSEx(in i ifindex, <br \/> in a(iayqs) addresses); <br \/> SetLinkDomains(in i ifindex, <br \/> in a(sb) domains); <br \/> SetLinkDefaultRoute(in i ifindex, <br \/> in b enable); <br \/> SetLinkLLMNR(in i ifindex, <br \/> in s mode); <br \/> SetLinkMulticastDNS(in i ifindex, <br \/> in s mode); <br \/> SetLinkDNSOverTLS(in i ifindex, <br \/> in s mode); <br \/> SetLinkDNSSEC(in i ifindex, <br \/> in s mode); <br \/> SetLinkDNSSECNegativeTrustAnchors(in i ifindex, <br \/> in as names); <br \/> RevertLink(in i ifindex); <br \/> RegisterService(in s name, <br \/> in s name_template, <br \/> in s type, <br \/> in q service_port, <br \/> in q service_priority, <br \/> in q service_weight, <br \/> in aa{say} txt_datas, <br \/> out o service_path); <br \/> UnregisterService(in o service_path); <br \/> ResetStatistics(); <br \/> FlushCaches(); <br \/> ResetServerFeatures(); <br \/> properties: <br \/> readonly s LLMNRHostname = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s LLMNR = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s MulticastDNS = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s DNSOverTLS = &#8216;&#8230;&#8217;; <br \/> readonly a(iiay) DNS = [&#8230;]; <br \/> readonly a(iiayqs) DNSEx = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;const&#8221;) <br \/> readonly a(iiay) FallbackDNS = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;const&#8221;) <br \/> readonly a(iiayqs) FallbackDNSEx = [&#8230;]; <br \/> readonly (iiay) CurrentDNSServer = &#8230;; <br \/> readonly (iiayqs) CurrentDNSServerEx = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly a(isb) Domains = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly (tt) TransactionStatistics = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly (ttt) CacheStatistics = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s DNSSEC = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly (tttt) DNSSECStatistics = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly b DNSSECSupported = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly as DNSSECNegativeTrustAnchors = [&#8216;&#8230;&#8217;, &#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s DNSStubListener = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s ResolvConfMode = &#8216;&#8230;&#8217;; <br \/> }; <br \/> interface org.freedesktop.DBus.Peer { &#8230; }; <br \/> interface org.freedesktop.DBus.Introspectable { &#8230; }; <br \/> interface org.freedesktop.DBus.Properties { &#8230; }; <br \/> };<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Methods <br \/> ResolveHostname()<\/b> takes a hostname and resolves it to one or more IP addresses. As parameters it takes the Linux network interface index to execute the query on, or 0 if it may be done on any suitable interface. The <i>name<\/i> parameter specifies the hostname to resolve. Note that if required, IDNA conversion is applied to this name unless it is resolved via LLMNR or MulticastDNS. The <i>family<\/i> parameter limits the results to a specific address family. It may be <b>AF_INET<\/b>, <b>AF_INET6<\/b> or <b>AF_UNSPEC<\/b>. If <b>AF_UNSPEC<\/b> is specified (recommended), both kinds are retrieved, subject to local network configuration (i.e. if no local, routable IPv6 address is found, no IPv6 address is retrieved; and similarly for IPv4). A 64\u2212bit <i>flags<\/i> field may be used to alter the behaviour of the resolver operation (see below). The method returns an array of address records. Each address record consists of the interface index the address belongs to, an address family as well as a byte array with the actual IP address data (which either has 4 or 16 elements, depending on the address family). The returned address family will be one of <b>AF_INET<\/b> or <b>AF_INET6<\/b>. For IPv6, the returned address interface index should be used to initialize the .sin6_scope_id field of a struct\u00a0sockaddr_in6 instance to permit support for resolution to link\u2212local IP addresses. The address array is followed by the canonical name of the host, which may or may not be identical to the resolved hostname. Finally, a 64\u2212bit <i>flags<\/i> field is returned that is defined similarly to the <i>flags<\/i> field that was passed in, but contains information about the resolved data (see below). If the hostname passed in is an IPv4 or IPv6 address formatted as string, it is parsed, and the result is returned. In this case, no network communication is done.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>ResolveAddress()<\/b> executes the reverse operation: it takes an IP address and acquires one or more hostnames for it. As parameters it takes the interface index to execute the query on, or <b>0<\/b> if all suitable interfaces are OK. The <i>family<\/i> parameter indicates the address family of the IP address to resolve. It may be either <b>AF_INET<\/b> or <b>AF_INET6<\/b>. The <i>address<\/i> parameter takes the raw IP address data (as either a 4 or 16 byte array). The <i>flags<\/i> input parameter may be used to alter the resolver operation (see below). The method returns an array of name records, each consisting of an interface index and a hostname. The <i>flags<\/i> output field contains additional information about the resolver operation (see below).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>ResolveRecord()<\/b> takes a DNS resource record (RR) type, class and name, and retrieves the full resource record set (RRset), including the RDATA, for it. As parameter it takes the Linux network interface index to execute the query on, or <b>0<\/b> if it may be done on any suitable interface. The <i>name<\/i> parameter specifies the RR domain name to look up (no IDNA conversion is applied), followed by the 16\u2212bit class and type fields (which may be ANY). Finally, a <i>flags<\/i> field may be passed in to alter behaviour of the look\u2212up (see below). On completion, an array of RR items is returned. Each array entry consists of the network interface index the RR was discovered on, the type and class field of the RR found, and a byte array of the raw RR discovered. The raw RR data starts with the RR&#8217;s domain name, in the original casing, followed by the RR type, class, TTL and RDATA, in the binary format documented in<\/font> <b><font color=\"#0000FF\">RFC\u00a01035<\/font><\/b> <small><font color=\"#000000\">[3]<\/font><\/small> <font color=\"#000000\">. For RRs that support name compression in the payload (such as MX or PTR), the compression is expanded in the returned data.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">Note that currently, the class field has to be specified as IN or ANY. Specifying a different class will return an error indicating that look\u2212ups of this kind are unsupported. Similarly, some special types are not supported either (AXFR, OPT, &#8230;). While systemd\u2212resolved parses and validates resource records of many types, it is crucial that clients using this API understand that the RR data originates from the network and should be thoroughly validated before use.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>ResolveService()<\/b> may be used to resolve a DNS SRV service record, as well as the hostnames referenced in it, and possibly an accompanying DNS\u2212SD TXT record containing additional service metadata. The primary benefit of using this method over <b>ResolveRecord()<\/b> specifying the SRV type is that it will resolve the SRV and TXT RRs as well as the hostnames referenced in the SRV in a single operation. As parameters it takes a Linux network interface index, a service name, a service type and a service domain. This method may be invoked in three different modes:<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">1. To resolve a DNS\u2212SD service, specify the service name (e.g. &#8220;Lennart&#8217;s Files&#8221;), the service type (e.g. &#8220;_webdav._tcp&#8221;) and the domain to search in (e.g. &#8220;local&#8221;) as the three service parameters. The service name must be in UTF\u22128 format, and no IDNA conversion is applied to it in this mode (as mandated by the DNS\u2212SD specifications). However, if necessary, IDNA conversion is applied to the domain parameter.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">2. To resolve a plain SRV record, set the service name parameter to the empty string and set the service type and domain properly. (IDNA conversion is applied to the domain, if necessary.)<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">3. Alternatively, leave both the service name and type empty and specify the full domain name of the SRV record (i.e. prefixed with the service type) in the domain parameter. (No IDNA coversion is applied in this mode.)<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>family<\/i> parameter of the <b>ResolveService()<\/b> method encodes the desired family of the addresses to resolve (use <b>AF_INET<\/b>, <b>AF_INET6<\/b>, or <b>AF_UNSPEC<\/b>). If this is enabled (Use the <b>NO_ADDRESS<\/b> flag to turn address resolution off, see below). The <i>flags<\/i> parameter takes a couple of flags that may be used to alter the resolver operation.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">On completion, <b>ResolveService()<\/b> returns an array of SRV record structures. Each items consisting of the priority, weight and port fields as well as the hostname to contact, as encoded in the SRV record. Immediately following is an array of the addresses of this hostname, with each item consisting of the interface index, the address family and the address data in a byte array. This address array is followed by the canonicalized hostname. After this array of SRV record structures an array of byte arrays follows that encodes the TXT RR strings, in case DNS\u2212SD look\u2212ups are enabled. The next parameters are the canonical service name, type and domain. This may or may not be identical to the parameters passed in. Finally, a <i>flags<\/i> field is returned that contains information about the resolver operation performed.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>ResetStatistics()<\/b> method resets the various statistics counters that systemd\u2212resolved maintains to zero. (For details, see the statistics properties below.)<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>GetLink()<\/b> method takes a network interface index and returns the object path to the org.freedesktop.resolve1.Link object corresponding to it.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkDNS()<\/b> method sets the DNS servers to use on a specific interface. This method (and the following ones) may be used by network management software to configure per\u2212interface DNS settings. It takes a network interface index as well as an array of DNS server IP address records. Each array item consists of an address family (either <b>AF_INET<\/b> or <b>AF_INET6<\/b>), followed by a 4\u2212byte or 16\u2212byte array with the raw address data. This method is a one\u2212step shortcut for retrieving the Link object for a network interface using <b>GetLink()<\/b> (see above) and then invoking the <b>SetDNS()<\/b> method (see below) on it.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>SetLinkDNSEx()<\/b> is similar to <b>SetLinkDNS()<\/b>, but allows an IP port (instead of the default 53) and DNS name to be specified for each DNS server. The server name is used for Server Name Indication (SNI), which is useful when DNS\u2212over\u2212TLS is used. C.f. <i>DNS=<\/i> in <b>resolved.conf<\/b>(5).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>SetLinkDefaultRoute()<\/b> specifies whether the link shall be used as the default route for name queries. See the description of name routing in <b>systemd-resolved.service<\/b>(8) for details.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkDomains()<\/b> method sets the search and routing domains to use on a specific network interface for DNS look\u2212ups. It takes a network interface index and an array of domains, each with a boolean parameter indicating whether the specified domain shall be used as a search domain (false), or just as a routing domain (true). Search domains are used for qualifying single\u2212label names into FQDN when looking up hostnames, as well as for making routing decisions on which interface to send queries ending in the domain to. Routing domains are only used for routing decisions and not used for single\u2212label name qualification. Pass the search domains in the order they should be used.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkLLMNR()<\/b> method enables or disables LLMNR support on a specific network interface. It takes a network interface index as well as a string that may either be empty or one of &#8220;yes&#8221;, &#8220;no&#8221; or &#8220;resolve&#8221;. If empty, the systemd\u2212wide default LLMNR setting is used. If &#8220;yes&#8221;, LLMNR is used for resolution of single\u2212label names and the local hostname is registered on all local LANs for LLMNR resolution by peers. If &#8220;no&#8221;, LLMNR is turned off fully on this interface. If &#8220;resolve&#8221;, LLMNR is only enabled for resolving names, but the local hostname is not registered for other peers to use.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">Similarly, the <b>SetLinkMulticastDNS()<\/b> method enables or disables MulticastDNS support on a specific interface. It takes the same parameters as <b>SetLinkLLMNR()<\/b> described above.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkDNSSEC()<\/b> method enables or disables DNSSEC validation on a specific network interface. It takes a network interface index as well as a string that may either be empty or one of &#8220;yes&#8221;, &#8220;no&#8221;, or &#8220;allow\u2212downgrade&#8221;. When empty, the system\u2212wide default DNSSEC setting is used. If &#8220;yes&#8221;, full DNSSEC validation is done for all look\u2212ups. If the selected DNS server does not support DNSSEC, look\u2212ups will fail if this mode is used. If &#8220;no&#8221;, DNSSEC validation is fully disabled. If &#8220;allow\u2212downgrade&#8221;, DNSSEC validation is enabled, but is turned off automatically if the selected server does not support it (thus opening up behaviour to downgrade attacks). Note that DNSSEC only applies to traditional DNS, not to LLMNR or MulticastDNS.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkDNSSECNegativeTrustAnchors()<\/b> method may be used to configure DNSSEC Negative Trust Anchors (NTAs) for a specific network interface. It takes a network interface index and a list of domains as arguments.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>SetLinkDNSOverTLS()<\/b> method enables or disables DNS\u2212over\u2212TLS. C.f. <i>DNSOverTLS=<\/i> in <b>systemd-resolved.service<\/b>(8) for details.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">Network management software integrating with systemd\u2212resolved should call <b>SetLinkDNS()<\/b> or <b>SetLinkDNSEx()<\/b>, <b>SetLinkDefaultRoute()<\/b>, <b>SetLinkDomains()<\/b> and others after the interface appeared in the kernel (and thus after a network interface index has been assigned), but before the network interfaces is activated (<b>IFF_UP<\/b> set) so that all settings take effect during the full time the network interface is up. It is safe to alter settings while the interface is up, however. Use <b>RevertLink()<\/b> (described below) to reset all per\u2212interface settings.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <b>RevertLink()<\/b> method may be used to revert all per\u2212link settings described above to the defaults.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b><big>The Flags Parameter<\/big><\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The four methods above accept and return a 64\u2212bit flags value. In most cases passing 0 is sufficient and recommended. However, the following flags are defined to alter the look\u2212up:<\/font><\/p>\n<p style=\"margin-left:23%; margin-top: 1em\"><font color=\"#000000\">#define SD_RESOLVED_DNS (UINT64_C(1) << 0) <br \/> #define SD_RESOLVED_LLMNR_IPV4 (UINT64_C(1) << 1) <br \/> #define SD_RESOLVED_LLMNR_IPV6 (UINT64_C(1) << 2) <br \/> #define SD_RESOLVED_MDNS_IPV4 (UINT64_C(1) << 3) <br \/> #define SD_RESOLVED_MDNS_IPV6 (UINT64_C(1) << 4) <br \/> #define SD_RESOLVED_NO_CNAME (UINT64_C(1) << 5) <br \/> #define SD_RESOLVED_NO_TXT (UINT64_C(1) << 6) <br \/> #define SD_RESOLVED_NO_ADDRESS (UINT64_C(1) << 7) <br \/> #define SD_RESOLVED_NO_SEARCH (UINT64_C(1) << 8) <br \/> #define SD_RESOLVED_AUTHENTICATED (UINT64_C(1) << 9)<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">On input, the first five flags control the protocols to use for the look\u2212up. They refer to classic unicast DNS, LLMNR via IPv4\/UDP and IPv6\/UDP respectively, as well as MulticastDNS via IPv4\/UDP and IPv6\/UDP. If all of these five bits are off on input (which is strongly recommended) the look\u2212up will be done via all suitable protocols for the specific look\u2212up. Note that these flags operate as filter only, but cannot force a look\u2212up to be done via a protocol. Specifically, systemd\u2212resolved will only route look\u2212ups within the .local TLD to MulticastDNS (plus some reverse look\u2212up address domains), and single\u2212label names to LLMNR (plus some reverse address lookup domains). It will route neither of these to Unicast DNS servers. Also, it will do LLMNR and Multicast DNS only on interfaces suitable for multicast.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">On output, these five flags indicate which protocol was used to execute the operation, and hence where the data was found.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The primary use cases for these five flags are follow\u2212up look\u2212ups based on DNS data retrieved earlier. In this case it is often a good idea to limit the follow\u2212up look\u2212up to the protocol that was used to discover the first DNS result.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The NO_CNAME flag controls whether CNAME\/DNAME resource records shall be followed during the look\u2212up. This flag is only available at input, none of the functions will return it on output. If a CNAME\/DNAME RR is discovered while resolving a hostname, an error is returned instead. By default, when the flag is off, CNAME\/DNAME RRs are followed.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The NO_TXT and NO_ADDRESS flags only influence operation of the <b>ResolveService()<\/b> method. They are only defined for input, not output. If NO_TXT set, the DNS\u2212SD TXT RR look\u2212up is not done in the same operation. If NO_ADDRESS is specified, the hostnames discovered are not implicitly translated to their addresses.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The NO_SEARCH flag turns off the search domain logic. It is only defined for input in <b>ResolveHostname()<\/b>. When specified, single\u2212label hostnames are not qualified using defined search domains, if any are configured. Note that <b>ResolveRecord()<\/b> will never qualify single\u2212label domain names using search domains. Also note that multi\u2212label hostnames are never subject to search list expansion.<\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">The AUTHENTICATED bit is defined only in the output flags of the four functions. If set, the returned data has been fully authenticated. Specifically, this bit is set for all DNSSEC\u2212protected data for which a full trust chain may be established to a trusted domain anchor. It is also set for locally synthesized data, such as &#8220;localhost&#8221; or data from \/etc\/hosts. Moreover, it is set for all LLMNR or mDNS RRs which originate from the local host. Applications that require authenticated RR data for operation should check this flag before trusting the data. Note that systemd\u2212resolved will never return invalidated data, hence this flag simply allows to discern the cases where data is known to be trustable, or where there is proof that the data is &#8220;rightfully&#8221; unauthenticated (which includes cases where the underlying protocol or server does not support authenticating data).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Properties<\/b> <br \/> The <i>LLMNR<\/i> and <i>MulticastDNS<\/i> properties report whether LLMNR and MulticastDNS are (globally) enabled. Each may be one of &#8220;yes&#8221;, &#8220;no&#8221;, and &#8220;resolve&#8221;. See <b>SetLinkLLMNR()<\/b> and <b>SetLinkMulticastDNS()<\/b> above.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>LLMNRHostname<\/i> contains the hostname currently exposed on the network via LLMNR. It usually follows the system hostname as may be queried via <b>gethostname<\/b>(3), but may differ if a conflict is detected on the network.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>DNS<\/i> and <i>DNSEx<\/i> contain arrays of all DNS servers currently used by systemd\u2212resolved. <i>DNS<\/i> contains information similar to the DNS server data in \/run\/systemd\/resolve\/resolv.conf. Each structure in the array consists of a numeric network interface index, an address family, and a byte array containing the DNS server address (either 4 bytes in length for IPv4 or 16 bytes in lengths for IPv6). <i>DNSEx<\/i> is similar, but additionally contains the IP port and server name (used for Server Name Indication, SNI). Both arrays contain DNS servers configured system\u2212wide, including those possibly read from a foreign \/etc\/resolv.conf or the <i>DNS=<\/i> setting in \/etc\/systemd\/resolved.conf, as well as per\u2212interface DNS server information either retrieved from <b>systemd-networkd<\/b>(8), or configured by external software via <b>SetLinkDNS()<\/b> or <b>SetLinkDNSEx()<\/b> (see above). The network interface index will be 0 for the system\u2212wide configured services and non\u2212zero for the per\u2212link servers.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>FallbackDNS<\/i> and <i>FallbackDNSEx<\/i> contain arrays of all DNS servers configured as fallback servers, if any, using the same format as <i>DNS<\/i> and <i>DNSEx<\/i> described above. See the description of <i>FallbackDNS=<\/i> in <b>resolved.conf<\/b>(5) for the description of when those servers are used.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>CurrentDNSServer<\/i> and <i>CurrentDNSServerEx<\/i> specify the server that is currently used for query resolution, in the same format as a single entry in the <i>DNS<\/i> and <i>DNSEx<\/i> arrays described above.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">Similarly, the <i>Domains<\/i> property contains an array of all search and routing domains currently used by systemd\u2212resolved. Each entry consists of a network interface index (again, 0 encodes system\u2212wide entries), the actual domain name, and whether the entry is used only for routing (true) or for both routing and searching (false).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>TransactionStatistics<\/i> property contains information about the number of transactions systemd\u2212resolved has processed. It contains a pair of unsigned 64\u2212bit counters, the first containing the number of currently ongoing transactions, the second the number of total transactions systemd\u2212resolved is processing or has processed. The latter value may be reset using the <b>ResetStatistics()<\/b> method described above. Note that the number of transactions does not directly map to the number of issued resolver bus method calls. While simple look\u2212ups usually require a single transaction only, more complex look\u2212ups might result in more, for example when CNAMEs or DNSSEC are in use.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>CacheStatistics<\/i> property contains information about the executed cache operations so far. It exposes three 64\u2212bit counters: the first being the total number of current cache entries (both positive and negative), the second the number of cache hits, and the third the number of cache misses. The latter counters may be reset using <b>ResetStatistics()<\/b> (see above).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>DNSSEC<\/i> property specifies current status of DNSSEC validation. It is one of &#8220;yes&#8221; (validation is enforced), &#8220;no&#8221; (no validation is done), &#8220;allow\u2212downgrade&#8221; (validation is done if the current DNS server supports it). See the description of <i>DNSSEC=<\/i> in <b>resolved.conf<\/b>(5).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>DNSSECStatistics<\/i> property contains information about the DNSSEC validations executed so far. It contains four 64\u2212bit counters: the number of secure, insecure, bogus, and indeterminate DNSSEC validations so far. The counters are increased for each validated RRset, and each non\u2212existance proof. The secure counter is increased for each operation that successfully verified a signed reply, the insecure counter is increased for each operation that successfully verified that an unsigned reply is rightfully unsigned. The bogus counter is increased for each operation where the validation did not check out and the data is likely to have been tempered with. Finally the indeterminate counter is increased for each operation which did not complete because the necessary keys could not be acquired or the cryptographic algorithms were unknown.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>DNSSECSupported<\/i> boolean property reports whether DNSSEC is enabled and the selected DNS servers support it. It combines information about system\u2212wide and per\u2212link DNS settings (see below), and only reports true if DNSSEC is enabled and supported on every interface for which DNS is configured and for the system\u2212wide settings if there are any. Note that systemd\u2212resolved assumes DNSSEC is supported by DNS servers until it verifies that this is not the case. Thus, the reported value may initially be true, until the first transactions are executed.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>DNSOverTLS<\/i> boolean property reports whether DNS\u2212over\u2212TLS is enabled.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>ResolvConfMode<\/i> property exposes how \/etc\/resolv.conf is managed on the host. Currently, the values &#8220;uplink&#8221;, &#8220;stub&#8221;, &#8220;static&#8221; (these three correspond to the three different files systemd\u2212resolved.service provides), &#8220;foreign&#8221; (the file is managed by admin or another service, systemd\u2212resolved.service just consumes it), &#8220;missing&#8221; (\/etc\/resolv.conf is missing).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The <i>DNSStubListener<\/i> property reports whether the stub listener on port 53 is enabled. Possible values are &#8220;yes&#8221; (enabled), &#8220;no&#8221; (disabled), &#8220;udp&#8221; (only the UDP listener is enabled), and &#8220;tcp&#8221; (only the TCP listener is enabled).<\/font><\/p>\n<h2>LINK OBJECT <a name=\"LINK OBJECT\"><\/a> <\/h2>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">node \/org\/freedesktop\/resolve1\/link\/_1 { <br \/> interface org.freedesktop.resolve1.Link { <br \/> methods: <br \/> SetDNS(in a(iay) addresses); <br \/> SetDNSEx(in a(iayqs) addresses); <br \/> SetDomains(in a(sb) domains); <br \/> SetDefaultRoute(in b enable); <br \/> SetLLMNR(in s mode); <br \/> SetMulticastDNS(in s mode); <br \/> SetDNSOverTLS(in s mode); <br \/> SetDNSSEC(in s mode); <br \/> SetDNSSECNegativeTrustAnchors(in as names); <br \/> Revert(); <br \/> properties: <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly t ScopesMask = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly a(iay) DNS = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly a(iayqs) DNSEx = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly (iay) CurrentDNSServer = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly (iayqs) CurrentDNSServerEx = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly a(sb) Domains = [&#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly b DefaultRoute = &#8230;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s LLMNR = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s MulticastDNS = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s DNSOverTLS = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly s DNSSEC = &#8216;&#8230;&#8217;; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly as DNSSECNegativeTrustAnchors = [&#8216;&#8230;&#8217;, &#8230;]; <br \/> @org.freedesktop.DBus.Property.EmitsChangedSignal(&#8220;false&#8221;) <br \/> readonly b DNSSECSupported = &#8230;; <br \/> }; <br \/> interface org.freedesktop.DBus.Peer { &#8230; }; <br \/> interface org.freedesktop.DBus.Introspectable { &#8230; }; <br \/> interface org.freedesktop.DBus.Properties { &#8230; }; <br \/> };<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">For each Linux network interface a &#8220;Link&#8221; object is created which exposes per\u2212link DNS configuration and state. Use <b>GetLink()<\/b> on the Manager interface to retrieve the object path for a link object given the network interface index (see above).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Methods<\/b> <br \/> The various methods exposed by the Link interface are equivalent to their similarly named counterparts on the Manager interface. e.g. <b>SetDNS()<\/b> on the Link object maps to <b>SetLinkDNS()<\/b> on the Manager object, the main difference being that the later expects an interface index to be specified. Invoking the methods on the Manager interface has the benefit of reducing roundtrips, as it is not necessary to first request the Link object path via <b>GetLink()<\/b> before invoking the methods. The same relationship holds for <b>SetDNSEx()<\/b>, <b>SetDomains()<\/b>, <b>SetDefaultRoute()<\/b>, <b>SetLLMNR()<\/b>, <b>SetMulticastDNS()<\/b>, <b>SetDNSOverTLS()<\/b>, <b>SetDNSSEC()<\/b>, <b>SetDNSSECNegativeTrustAnchors()<\/b>, and <b>Revert()<\/b>. For further details on these methods see the Manager documentation above.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Properties<\/b> <i><br \/> ScopesMask<\/i> defines which resolver scopes are currently active on this interface. This 64\u2212bit unsigned integer field is a bit mask consisting of a subset of the bits of the flags parameter describe above. Specifically, it may have the DNS, LLMNR and MDNS bits (the latter in IPv4 and IPv6 flavours) set. Each individual bit is set when the protocol applies to a specific interface and is enabled for it. It is unset otherwise. Specifically, a multicast\u2212capable interface in the &#8220;UP&#8221; state with an IP address is suitable for LLMNR or MulticastDNS, and any interface that is UP and has an IP address is suitable for DNS. Note the relationship of the bits exposed here with the LLMNR and MulticastDNS properties also exposed on the Link interface. The latter expose what is *configured* to be used on the interface, the former expose what is actually used on the interface, taking into account the abilities of the interface.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>DNSSECSupported<\/i> exposes a boolean field that indicates whether DNSSEC is currently configured and in use on the interface. Note that if DNSSEC is enabled on an interface, it is assumed available until it is detected that the configured server does not actually support it. Thus, this property may initially report that DNSSEC is supported on an interface.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><i>DefaultRoute<\/i> exposes a boolean field that indicates whether the interface will be used as default route for name queries. See <b>SetLinkDefaultRoute()<\/b> above.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">The other properties reflect the state of the various configuration settings for the link which may be set with the various methods calls such as <b>SetDNS()<\/b> or <b>SetLLMNR()<\/b>.<\/font><\/p>\n<h2>COMMON ERRORS <a name=\"COMMON ERRORS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">Many bus methods systemd\u2212resolved exposes (in particular the resolver methods such as <b>ResolveHostname()<\/b> on the Manager interface) may return some of the following errors:<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NoNameServers<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">No suitable DNS servers were found to resolve a request.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.InvalidReply<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">A response from the selected DNS server was not understood.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NoSuchRR<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The requested name exists, but there is no resource record of the requested type for it. (This is the DNS NODATA case).<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.CNameLoop<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The look\u2212up failed because a CNAME or DNAME loop was detected.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.Aborted<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The look\u2212up was aborted because the selected protocol became unavailable while the operation was ongoing.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NoSuchService<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">A service look\u2212up was successful, but the SRV record reported that the service is not available.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.DnssecFailed<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The acquired response did not pass DNSSEC validation.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NoTrustAnchor<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">No chain of trust could be established for the response to a configured DNSSEC trust anchor.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.ResourceRecordTypeUnsupported<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The requested resource record type is not supported on the selected DNS servers. This error is generated for example when an RRSIG record is requested from a DNS server that does not support DNSSEC.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NoSuchLink<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">No network interface with the specified network interface index exists.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.LinkBusy<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The requested configuration change could not be made because <b>systemd-networkd<\/b>(8), already took possession of the interface and supplied configuration data for it.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.NetworkDown<\/b><\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The requested look\u2212up failed because the system is currently not connected to any suitable network.<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>org.freedesktop.resolve1.DnsError.NXDOMAIN<\/b>, <b>org.freedesktop.resolve1.DnsError.REFUSED<\/b>, &#8230;<\/font><\/p>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">The look\u2212up failed with a DNS return code reporting a failure. The error names used as suffixes here are defined in by IANA in<\/font> <b><font color=\"#0000FF\">DNS\u00a0RCODEs<\/font><\/b> <small><font color=\"#000000\">[4]<\/font><\/small> <font color=\"#000000\">.<\/font><\/p>\n<h2>EXAMPLES <a name=\"EXAMPLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Example\u00a01.\u00a0Introspect org.freedesktop.resolve1.Manager on the bus<\/b><\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">$ gdbus introspect \u2212\u2212system  <br \/> \u2212\u2212dest org.freedesktop.resolve1  <br \/> \u2212\u2212object\u2212path \/org\/freedesktop\/resolve1<\/font><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\"><b>Example\u00a02.\u00a0Introspect org.freedesktop.resolve1.Link on the bus<\/b><\/font><\/p>\n<p style=\"margin-left:17%; margin-top: 1em\"><font color=\"#000000\">$ gdbus introspect \u2212\u2212system  <br \/> \u2212\u2212dest org.freedesktop.resolve1  <br \/> \u2212\u2212object\u2212path \/org\/freedesktop\/resolve1\/link\/_11<\/font><\/p>\n<h2>VERSIONING <a name=\"VERSIONING\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">These D\u2212Bus interfaces follow<\/font> <b><font color=\"#0000FF\">the usual interface versioning guidelines<\/font><\/b> <small><font color=\"#000000\">[5]<\/font><\/small> <font color=\"#000000\">.<\/font><\/p>\n<h2>NOTES <a name=\"NOTES\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">1.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"58%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">Writing Network Configuration Managers<\/font><\/p>\n<\/td>\n<td width=\"25%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/wiki.freedesktop.org\/www\/Software\/systemd\/writing-network-configuration-managers<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">2.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"37%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">Writing Resolver Clients<\/font><\/p>\n<\/td>\n<td width=\"46%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/wiki.freedesktop.org\/www\/Software\/systemd\/writing-resolver-clients<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">3.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"12%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">RFC\u00a01035<\/font><\/p>\n<\/td>\n<td width=\"71%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/www.ietf.org\/rfc\/rfc1035.txt<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">4.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"15%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">DNS\u00a0RCODEs<\/font><\/p>\n<\/td>\n<td width=\"68%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/www.iana.org\/assignments\/dns-parameters\/dns-parameters.xhtml#dns-parameters-6<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">5.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"63%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">the usual interface versioning guidelines<\/font><\/p>\n<\/td>\n<td width=\"20%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">http:\/\/0pointer.de\/blog\/projects\/versioning-dbus.html<\/font><\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  org.freedesktop.resolve1 \u2212 The D\u2212Bus interface of systemd\u2212resolved <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1318],"class_list":["post-4519","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-org"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4519","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4519"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4519\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4519"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4519"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}