Tmds.MDns
Tmds.MDns copied to clipboard
Wildcard queries
Is there a way to to browse all service types?
I don't know much about mDNS although using "ANY" should work....
Taken from: https://tools.ietf.org/html/rfc6762
6.5. Wildcard Queries (qtype "ANY" and qclass "ANY")
When responding to queries using qtype "ANY" (255) and/or qclass "ANY" (255), a Multicast DNS responder MUST respond with ALL of its records that match the query. This is subtly different from how qtype "ANY" and qclass "ANY" work in Unicast DNS.
It's not supported, and I don't have plans to implement it myself.