diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-11 20:01:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:40 +0200 |
commit | 65ce762f7f0e7f5514391e30c22734c862ca2375 (patch) | |
tree | a974f6e378c7b51ca231cf3c5bf68dd9a1e8cb00 /network/nss-mdns/README | |
parent | 092fa42c62795f762d20d530d266ae41a5a91a5e (diff) | |
download | slackbuilds-65ce762f7f0e7f5514391e30c22734c862ca2375.tar.gz |
network/nss-mdns: Added to 12.0 repository
Diffstat (limited to 'network/nss-mdns/README')
-rw-r--r-- | network/nss-mdns/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/nss-mdns/README b/network/nss-mdns/README new file mode 100644 index 0000000000..75a811a1bd --- /dev/null +++ b/network/nss-mdns/README @@ -0,0 +1,18 @@ +nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality +of the GNU C Library (glibc) which provides host name resolution via +Multicast DNS (a.k.a. Zeroconf, a.k.a. Apple Rendezvous, a.k.a Apple Bonjour). +This effectively allows name resolution by common Unix/Linux programs in the +ad-hoc mDNS domain .local. + +By default nss-mdns tries to contact a running avahi-daemon for resolving +host names and addresses and making use of its superior record caching. +Optionally nss-mdns can be compiled with a mini mDNS stack that can be +used to resolve host names without a local Avahi installation. Both Avahi +support and this mini mDNS stack are optional, however at least one of the +needs to be enabled. If both are enabled a connection to Avahi is tried first, +and if that fails the mini mDNS stack is used. This build script enables +both, but the mini mDNS stack will be used on a default Slackware install, +as Avahi is not included. + +To test, the following command should return a mapping for the remote host: + getent hosts <hostname>.local |