Вопрос

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