Tagged Questions
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 ...
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) ...