v0.1.0
In this release, a full on app framework is introduced to ztm. For starters, 4 builtin apps are included in this release:
- Tunnel - Establish secure TCP/UDP tunnels between endpoints
- Proxy - A SOCKS/HTTP forward proxy that takes in traffic from one endpoint and forward out via another endpoint
- Script - Execute PipyJS scripts remotely on an endpoint
- Terminal - Remote log in to the shell on an endpoint
Breaking changes:
- The old CA service is merged into Hub
- The old port mapping features are now replaced by the new Tunnel app
- Per-endpoint and per-hub local storage is now a file folder instead of one single Sqlite database file