Wssocks Versions Save

socks5 over websocket

v0.6.1

10 months ago

v0.6.0

10 months ago

This version is marked as retract In tag v0.6.0, we forgot to change the version text before releasing a new version. And some important bug fixing is also missing in v0.6.0. Thus v0.6.0 is marked as retract. Users should not use this version. Please use v0.6.1 instead.

v0.5.0

3 years ago

see CHANGELOG.md for changes in this release.

v0.5.0-beta.3

3 years ago

Bug fixes:

increase server read limit to 8 MiB to fix client exit with error "StatusMessageTooBig"

v0.5.0-beta

3 years ago

Features:

  • generate random connection key if user does not specific --auth_key at server side.
  • server status page
  • version sub-command now show git commit hash, go version build and build date.

Other:

  • use nhooyr.io/websocket as websocket lib (dropped gorilla/websocket lib), so that we can set timeout for websocket message sending and receiving.

v0.5.0-beta.2

3 years ago

Features:

  • client: add flag for passing user defined http headers to websocket request and send to remote (#22)
  • server: add flags to server sub-command to support HTTPS/TLS: -tls -tls-cert-file -tls-key-file (#11)
  • server: add ability of setting websocket serving path in server cli (#22)

Bug Fixes:

  • fix panic of "send on closed channel" (#27)

v0.4.1

4 years ago

Features (v0.4.0 and v0.4.1):

  • handle kill signal while closing client.
  • client would stop all tasks and then exit, if one of the tasks at client side exits.

v0.3.0

4 years ago

Features

  • add http and https proxy support.

v0.3.0-alpha.2

4 years ago
  • add --http option for client and server to enable/disable http(s) proxy.
  • better logs for version negotiation.

v0.3.0-alpha

4 years ago
  • add http and https proxy support.