diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 813e5f398c..8520a97e42 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -36,7 +36,7 @@ via three interfaces: - The native, fully-featured API systemd-resolved exposes on the bus, + The native, fully-featured API systemd-resolved exposes via D-Bus, see org.freedesktop.resolve15 and @@ -45,6 +45,11 @@ featured (for example, properly returns DNSSEC validation status and interface scope for addresses as necessary for supporting link-local networking). + The native API systemd-resolved exposes via Varlink on the + /run/systemd/resolve/io.systemd.Resolve AF_UNIX socket. This provides similar + functionality as the D-Bus interface, but is available during the entire runtime, without requiring a + running D-Bus system bus broker service. + The glibc getaddrinfo3 API as defined by RFC3493 and its related