8000 Release v0.1.0 · flomesh-io/ztm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 07:40
· 669 commits to main since this release
58e91bd

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
0