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
This would be helpful for applications and libraries that want to add .local name resolution without requiring OS support (NSS configuration, Avahi availability and accessibility).
I'm guessing it involves starting a listen and checking for R_A and R_AAAA type answers in the callback, but I don't know which parameters I'd need to pass to mdns_listen(), and it's been 17 years since I last worked on an mDNS implementation.