nss-mdns is a handy little plugin that works with the GNU Name Service Switch (NSS) from the GNU C Library (glibc). What it does is help your Unix/Linux programs find hosts using something called Multicast DNS, also known as mDNS. You might have heard of it as Zeroconf or Apple Bonjour. Basically, it makes name resolution easy within the ad-hoc mDNS domain .local.
This project focuses on client functionality. So, if you want to register your local hostname via mDNS, you'll need to run an mDNS responder daemon separately. A good option for that is Avahi. This allows you to get the most out of nss-mdns.
The cool thing about nss-mdns is that it's super lightweight! It’s just a 24 KByte stripped binary .so compiled with -DNDEBUG=1 -Os on i386 using gcc 4.0. Plus, it only relies on glibc and needs very little setup to get going.
If you want, nss-mdns can reach out to a running avahi-daemon. This way, you can take advantage of its awesome record caching capabilities!
Requirements:
./configure
in the distribution directory first. Then compile with make
, and finally install by running make install
as root.This release brings some updates:
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.