You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use systemd-resolved's inbuilt DNS-SD and mDNS support, as opposed to Avahi. It would be good to have that available as an option, as systemd-resolved's mDNS and Avahi on the same system interfere with each other.
I use systemd-resolved's inbuilt DNS-SD and mDNS support, as opposed to Avahi. It would be good to have that available as an option, as systemd-resolved's mDNS and Avahi on the same system interfere with each other.
Publishing services it quite straightforward; just drop a file into
/run/systemd/dnssd
: https://www.freedesktop.org/software/systemd/man/latest/systemd.dnssd.htmlAlternatively, it can be done with a simple call over DBus: https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.resolve1.html. There is an inbuilt DBus client built into libsystemd, called
sd-bus
, in the headersystemd/sd-bus.h
.See also https://systemd.io/WRITING_RESOLVER_CLIENTS/ and https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS/
The text was updated successfully, but these errors were encountered: