Skip to content

release-0.5

Compare
Choose a tag to compare
@skx skx released this 25 Apr 05:31
· 26 commits to master since this release
3a34e7b

This release improves reliability and stability by a huge amount, by removing the integrated websocket server and instead replacing it with an MQ-queue for transport purposes.

The actual operation of the client is unchanged. You will still run:

  $ tunneller client -expose 127.0.0.1:8000  [-tunnel=tunnel.steve.fi]

However the server setup now been changed, such that you must run a queue instance. This is documented in the README.md file, along with the required setup.

It is hoped that the next release will remove the requirement for an additional external service, by using an integrated queue with the server. This is being tracked in #5 if you wish to offer help, or follow progress.

The legacy tunnel-server, which used the websocket transport, will be retired tomorrow.