-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot browse different domain than "local". #37
Comments
Have you checked that the domain is set correctly to the one you are expecting? |
Yes, service is also set as _workstation._tcp on the other machines. I had a look in the code and added a bunch of traces. Finally, I passed "domain" to build the default params, in 2 places, like :
and obviously, defaultParams() is changed accordingly:
This works fine for my case, but I'm unable to run a complete test plan. |
@grandcat what do you think? |
I managed to create a domain ("XXX.local"), where all my machines are registered, with AVAHI configuration. I'm able to see all of them with avahi-browse, no issue there.
None is listed with "client -domain "XXX.local".
(I compiled the "examples/resolv/client.go" as "client")
Adding some traces in the code, and trying to see where/how this can be fixed.
Possibly, a proposal for a fix can come before end of this week.
The text was updated successfully, but these errors were encountered: