Reputation:
I am running Ubuntu. Trying to create JmDNS service But JmDNS.create()
Does not bind to ip address.
Upvotes: 1
Views: 127
Reputation: 6686
This is a bug, You need to create by JmDNS.create(InetAddressString)
This will work.
Upvotes: 0