Reports that mDNS discovery is not implemented.
This previously returned { allowed: true, discovered: [], blocked: [] }, which reads as a completed scan that found nothing on the network. No mDNS query is performed here — use checkMdnsAccess to apply policy to a hostname you already have.
{ allowed: true, discovered: [], blocked: [] }
Reports that mDNS discovery is not implemented.
This previously returned
{ allowed: true, discovered: [], blocked: [] }, which reads as a completed scan that found nothing on the network. No mDNS query is performed here — use checkMdnsAccess to apply policy to a hostname you already have.