Configuration passed to the underlying multicast-dns
instance.
Registers a list of DNS records to be used in future responses.
Duplicate records (based on type, name, and deep equality of data) are ignored.
An array of mDNS records to register.
Unregisters a set of previously registered DNS records.
Matching is done by record.name
only (not deeply).
Records to remove from the server registry.
An mDNS server that responds to DNS queries on the local network.
Maintains a registry of published records and automatically responds to queries using the multicast-dns protocol.
Emits:
responded
when a response is sent to a queryExample
See
https://datatracker.ietf.org/doc/html/rfc6762