watson / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
623 stars 143 forks source link

Allow advertised IP addresses to be specified for each service #76

Open szekelyisz opened 2 years ago

szekelyisz commented 2 years ago

As #75 suggests, sometimes irrelevant IP addresses are advertised in response packets. This patch allows the user to tell which addresses to advertise. It is not the optimal solution, but provides some control.