From af8a03ccf863ddfa7823ad857681e23e54308070 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Mar 2024 11:34:09 +0100 Subject: [PATCH] resolved: mention the Varlink interface of resolved This is ready from prime-time, hence mention it. --- man/systemd-resolved.service.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 813e5f398cb..8520a97e424 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 -- 2.39.2