简体   繁体   中英

What is the current state of mDNS on Windows?

It used to be that Windows would only resolve multicast DNS addresses (say, example.local ) if iTunes was installed. Is that still true or has that changed in recent Windows versions? (I gave up on Windows years ago and so I cannot check easily myself.)

DNS-SD and mDNS are available in a new extension to Windows.Devices.Enumeration in Windows 10.

https://msdn.microsoft.com/en-us/library/windows.networking.servicediscovery.dnssd.aspx

(Side note to these slides: The watcher.Updated event handler should be set in order for watcher.Added to trigger.)

The latest Windows 10 Insider build has mDNS firewall rules and have added mDNS and DNS-SD code all over the core libraries in Windows. So the state will probably turn into full support in a future Windows update.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM