balena-io-modules / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
8 stars 3 forks source link

Adds the ability to proxy addresses that aren't on the host interfaces. #2

Closed hedss closed 7 years ago

hedss commented 7 years ago

This allows a publisher to not only proxy hostnames for others, but also to advertise directly for another host.

This is useful for systems where traffic forwarding is required.

hedss commented 7 years ago

As a bit more detail, this will allow us to advertise all services for each DevEnv independently, allowing for multiple DevEnvs per host.