Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 21:01
· 154 commits to dev since this release
51412db
multiple interface listening

scheduler now listens on multiple interfaces by default
allowing you to connect from different networks (like vpn and local
network).
all message processors/proxies can now listen to multiple interfaces
and can route messages from one interface to another

even though the feature is implemented, the config interface is lacking
for now: you can only config scheduler to either listen to a single
interface, or to all (by setting 0.0.0.0 as listen address (default))