-
Notifications
You must be signed in to change notification settings - Fork 0
Local DNS
Lean's edited this page May 1, 2026
·
5 revisions
For example instead of: 192.168.15.255 you use: mydevice, good if your device changes the local address
- sudo systemctl enable --now systemd-resolved
- sudo ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
- sudo vim /etc/NetworkManager/conf.d/mdns.conf
[connection]
connection.mdns=2
- sudo systemctl restart NetworkManager