Closed mmadraimov92 closed 1 year ago
I have found the problem and try correct it in my fork: https://github.com/stefanopulze/dnssd. Can you test if it's works and then I will create a merge request
Thanks for your additions. I've further worked on your changes and made them available at branch ifaces
.
This should now completely solve the issues when defining a service for specific interfaces.
This should be fixed by now.
Hello,
First of all thank you for the library.
I had couple of issues: How can I publish service on selected interface only? Providing
config.Ifaces
seems not working.Here is the testing code:
This outputs:
As you can see from output, it includes multiple interfaces.
Second issue I had is related to TXT records. In the same file if you remove
time.Sleep()
before querying data, the results do not include TXT record. Might be related to #16.Output: