mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
4 lines
149 B
Bash
4 lines
149 B
Bash
echo "Fix multicast dns config for printers"
|
|
|
|
echo -e "[Resolve]\nMulticastDNS=no" | sudo tee /etc/systemd/resolved.conf.d/10-disable-multicast.conf
|