Skip to content

1.0.0-BETA-6 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@wkgcass wkgcass released this 28 Nov 18:42
· 783 commits to master since this release

Features:

Native support (Posix API and F-Stack)

  1. Refactor: define FDs to replace the direct use of Channels
  2. Support native fds implementation for macos and linux.
  3. Support native fds implementation for F-Stack.

Protocol

  1. WebSocksProxyAgent now supports ss.
  2. WebSocksProxyAgent/Server now supports kcp (tunnel).

DevOps

  1. Add a new program Daemon to work with Systemd.
  2. Add a new program HelloWorld to quickly check whether the environment and main functionalities are ok.