resolved: mention the Varlink interface of resolved

This is ready from prime-time, hence mention it.
This commit is contained in:
Lennart Poettering 2024-03-04 11:34:09 +01:00 committed by Luca Boccassi
parent fbcfa943cd
commit af8a03ccf8

View file

@ -36,7 +36,7 @@
via three interfaces:</para>
<itemizedlist>
<listitem><para>The native, fully-featured API <command>systemd-resolved</command> exposes on the bus,
<listitem><para>The native, fully-featured API <command>systemd-resolved</command> exposes via D-Bus,
see
<citerefentry><refentrytitle>org.freedesktop.resolve1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
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).</para></listitem>
<listitem><para>The native API <command>systemd-resolved</command> exposes via Varlink on the
<filename>/run/systemd/resolve/io.systemd.Resolve</filename> 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.</para></listitem>
<listitem><para>The glibc
<citerefentry project='man-pages'><refentrytitle>getaddrinfo</refentrytitle><manvolnum>3</manvolnum></citerefentry>
API as defined by <ulink url="https://tools.ietf.org/html/rfc3493">RFC3493</ulink> and its related