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
[](https://packagist.org/packages/clue/mdns-react)
5
5
6
6
Simple, async multicast DNS (mDNS) resolver for zeroconf networking, built on top of [ReactPHP](https://reactphp.org/).
7
7
8
8
[Multicast DNS](http://www.multicastdns.org/) name resolution is commonly used
9
-
as part of [zeroconf networking](http://en.wikipedia.org/wiki/Zero-configuration_networking).
9
+
as part of [zeroconf networking](https://en.wikipedia.org/wiki/Zero-configuration_networking).
10
10
It is used by Mac OS X (Bonjour), many Linux distributions (Avahi) and quite a few other networking devices such as printers, camers etc. to resolve hostnames of your local LAN clients to IP addresses.
11
11
12
-
This library implements the mDNS protocol as defined in [RFC 6762](http://tools.ietf.org/html/rfc6762).
12
+
This library implements the mDNS protocol as defined in [RFC 6762](https://tools.ietf.org/html/rfc6762).
13
13
Note that this protocol is related to, but independent of, DNS-Based Service Discovery (DNS-SD)
14
-
as defined in [RFC 6763](http://tools.ietf.org/html/rfc6763).
14
+
as defined in [RFC 6763](https://tools.ietf.org/html/rfc6763).
0 commit comments