Try   HackMD

mdns discovery on Arch Linux

Most application using glibc to resolve domain
if using mdns on lan network like hotstname.local
you can install nss-mdns, a plugin for glibc, to resolve domain.

Install nss-mdns

$ yay -S avahi nss-mdns

Editor nsswitch.conf

$ sudo nano /etc/nsswitch.conf

Past this line:

hosts: files mdns_minimal [NOTFOUND=return] dns myhostname

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Auto start service

$ systemctl enable avahi-daemon --now

Reference: