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
I experienced the same, and the reason is quite obvious: the client makes a listener subscription to the multicast group, then sends out a query and reports all answers on that group without checking that the answers match the query. As other hosts may also send queries, and service providers also send unsolicited announcements (when their services start, for instance), the client library ends up reporting everything that happens to arrive at the time of listening.
I consider that a bug.
JAlexoid
changed the title
Service based query fails over and returns ransom DNS responses
Service based query fails over and returns random DNS responses
Mar 31, 2023
JAlexoid
changed the title
Service based query fails over and returns random DNS responses
Service based query fails over and returns random mDNS responses
Mar 31, 2023
The
mdns.Lookup
returns random results, when target service type is not found.This is an undocumented and random response, which makes this library useless for service lookup.
github.com/hashicorp/mdns v1.0.5
The text was updated successfully, but these errors were encountered: