Standard mDNS service on Windows

前端 未结 6 947
無奈伤痛
無奈伤痛 2021-02-02 10:31

Does Windows (some modern flavour) have an mDNS server installed and/or running by default? If so then how does one tell it, preferably dynamically, to start/stop advertising a

6条回答
  •  时光说笑
    2021-02-02 10:57

    Windows 10 supports natively mDNS/Zeroconf, but only for modern APIs, not for Win32 applications. If you have such an application, a third party service is required.

    Source: https://social.technet.microsoft.com/Forums/en-US/8a0346de-2296-4f46-bc36-ff3fb13e283b/builtin-mdnsdnssd-zeroconf-support-in-windows-10

提交回复
热议问题