1
0
Fork 0
systemd/debian/systemd-resolved.NEWS
Daniel Baumann 1bd927b9e1
Adding debian version 257.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 18:07:46 +02:00

11 lines
501 B
Text

systemd (257.4-9) unstable; urgency=medium
* Starting with systemd/257.4-9 mDNS is disabled in systemd-resolved.
Users relying on mDNS for reachability of a machine MUST mask the
associated drop-in before upgrading, or the machine will become
unreachable upon package upgrade. To mask the drop-in, as root:
mkdir -p /etc/systemd/resolved.conf.d/
touch /etc/systemd/resolved.conf.d/00-disable-mdns.conf
-- Luca Boccassi <bluca@debian.org> Wed, 02 Apr 2025 11:19:09 +0100