mdns

How to route all subdomains to a single host using mDNS?

旧城冷巷雨未停 提交于 2019-12-03 03:13:44
问题 I have a development webserver hosting as "myhost.local" which is found using Bonjour/mDNS. The server is running avahi-daemon. The webserver also wants to handle any subdomains of itself. Eg "cat.myhost.local" and "dog.myhost.local" and "guppy.myhost.local". Given that myhost.local is on a dynamic ip address from dhcp, is there still a way to route all requests for the subdomains to myhost.local? I'm starting to think it not currently possible... http://marc.info/?l=freedesktop-avahi&m

Standard mDNS service on Windows

两盒软妹~` 提交于 2019-12-03 00:09:52
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 new service? If there is no standard then how does one deal with the problem of conflicts trying to run multiple mDNS servers in that environment? Basically, I want to implement a service that will run on Linux, Windows and Mac OS X and which needs to advertise its zeroconf webserver location using mDNS. On Linux I just use avahi-publish (or install a config file). I'm guessing that the answer will be straightforward

How to route all subdomains to a single host using mDNS?

余生长醉 提交于 2019-12-02 16:44:04
I have a development webserver hosting as "myhost.local" which is found using Bonjour/mDNS. The server is running avahi-daemon. The webserver also wants to handle any subdomains of itself. Eg "cat.myhost.local" and "dog.myhost.local" and "guppy.myhost.local". Given that myhost.local is on a dynamic ip address from dhcp, is there still a way to route all requests for the subdomains to myhost.local? I'm starting to think it not currently possible... http://marc.info/?l=freedesktop-avahi&m=119561596630960&w=2 You can do this with the /etc/avahi/hosts file. Alternatively you can use avahi-publish

Is Android NSD (Network Service Discovery) compatible with Bonjour service in iOS?

那年仲夏 提交于 2019-11-27 12:14:32
问题 I will create a server-less local networking App for iOS and Android. the App in both iOS and Android devices should find out and talk to each other. I know that there are platform built-in services (which are Bonjour in iOS and NSD in Android since v4.1), in addition, a open source jmdns package can be used out of the box as well. I don't know how to choose and how is their compatibility. My questions are: Is Android NSD (network service discovery) compatible with Bonjour in iOS? What should