Skip to content

Releases: duxthemux/netmux

Add windows support

29 Sep 22:59
46c047d
Compare
Choose a tag to compare

Added support for custom authenticators

28 Sep 23:23
Compare
Choose a tag to compare

Now you can your cloud provider cli tool for authentication w netmux

v0.1.2

23 Sep 19:40
Compare
Choose a tag to compare

Now you may choose which network addresses may be used by the daemon, by adding a property network your config file. Value is a valid cidr like 10.0.0.0/24

v0.1.1

23 Sep 18:02
52fe4bf
Compare
Choose a tag to compare

Fixes magic numbers and concurrent reverse connections

In this release we are addressing magic numbers at the begining of wire messages. If a message does not start with dxmx constant bytes, it is instantly discarded.
Also, we had an issue when handling reverse connections. We were not detaching goroutines for new connections, so they would be serialized leading to the issue.

PLEASE NOTE THIS IS A BREAKING CHANGE AND BOTH CLI,DAEMON AND SERVER MUST BE IN V0.1.1

V0.1.0

18 Sep 19:50
3f6bca9
Compare
Choose a tag to compare

Initial Release - mac binaries are not notarized yet.