Domanda

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 .

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top