I have installed the bonjour mDNSResponder on my linux pc , and able run the mdns deamon .

I have posted my web server on the PC (192.168.1.111) which is connected to wifi router . now I need to publish this service using bonjour .

Could anyone help me to do the same .

有帮助吗?

解决方案

Zeroconf services (except IPv4LL) on Linux are provided by Avahi. Use the distro's normal service mechanisms to start the Avahi daemon. In order to announce services running on the web server you'll need to use something like mod_dnssd that talks to it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top