質問

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