You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: run either mdnsd or avahi-daemon, not both; two responders on the same link would answer over each other.
But, if one want to resolve .local names, he absolutely need to use libnss-mdns. And it does not resolve names on its own - instead, it relies on avahi-daemon running, which works as both responder and resolver, passing queries to it over UNIX socket.
So if one want to completely bypass Avahi and hopes to achieve that with mdnsd, one will fail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In README, you say that
But, if one want to resolve
.localnames, he absolutely need to use libnss-mdns. And it does not resolve names on its own - instead, it relies on avahi-daemon running, which works as both responder and resolver, passing queries to it over UNIX socket.So if one want to completely bypass Avahi and hopes to achieve that with mdnsd, one will fail.
🤷♂️
All reactions