Tagged Questions
7
votes
4answers
1k views
How to route all subdomains to a single host using mDNS?
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 ...
5
votes
1answer
1k views
Redirecting “.local” subdomain to unicast DNS
I regularly access Windows domains that have been set up to use a domain under the .local top level name. This conflicts with Bonjour/Zeroconf which reserves .local for it's own use. A number of ...
4
votes
2answers
763 views
Why does mDNS (Bonjour, Avahi, etc) use UDP?
It seems to me that a lot of the problems with DNS, particularly security problems, have the root cause of DNS being implemented over UDP; for example the responder doesn't have to be who he says he ...
2
votes
1answer
73 views
How does Windows know how to resolve mDNS queries?
When you install Bonjour for Windows you can resolve any ".local" mDNS name from anywhere in the system.
For example, you can "ping some_computer.local" and mDNSResponder.exe (Bonjour/mDNS Daemon) ...
1
vote
1answer
228 views
Sharing a DNSServiceRef using kDNSServiceFlagsShareConnection stalls my program
I'm building a client using dns-sd api from Bonjour. I notice that there is a flag called kDNSServiceFlagsShareConnection that it is used to share the connection of one DNSServiceRef.
Apple site ...
0
votes
1answer
86 views
Neighbor Discovery?
Hello, In order to get a list of the surrounding nodes announcing services in an IP network, I was trying to ...
0
votes
0answers
33 views
Change service priority using mDNSClientAPI
I'm new with Bonjour and I'm trying to update an exiting code to publish priorities of each service types. Anyone has an idea how to do it using mDNSClientAPI?
Including "priority=" as one of the ...
0
votes
1answer
355 views
What can cause Bonjour to not call me back during browsing?
I have a rather popular Bonjour-based application in App Store. It works perfectly, but around 0.2% of my users report a bizarre bug: "no arrows appear on the edges of the screen, so I can't share ...