8000 Releases · gowsp/wsp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gowsp/wsp

v0.7.1

12 Aug 01:04
Compare
Choose a tag to compare

Changelog

  • c5c0b0b fix client reconnect error
  • b31c068 reduce connection not found log level

v0.7.0

09 Aug 13:49
Compare
Choose a tag to compare

Changelog

v0.6.1

28 Oct 01:48
Compare
Choose a tag to compare

Changelog

v0.6.0

22 Oct 09:42
Compare
Choose a tag to compare

Changelog

v0.5.1

21 Nov 11:53
Compare
Choose a tag to compare

Changelog

v0.5.0

19 Nov 09:57
Compare
Choose a tag to compare

注意:wspc 配置已变更, 需要将旧配置放入 client 字段下
Notice:wspc configuration changed,The old configuration needs to be put under the client field

old

{
    "auth": "auth",
    "server": "ws://mywsps.com:8010/proxy"
}

new

{
    "client": [
        {
            "auth": "auth",
            "server": "ws://mywsps.com:8010/proxy"
        }
    ]
}

Changelog

v0.4.3

10 Jun 15:07
Compare
Choose a tag to compare

Changelog

v0.4.2

04 May 14:26
Compare
Choose a tag to compare

Changelog

v0.4.0

26 Mar 03:59
Compare
Choose a tag to compare

Changelog

  • 67109cf add proto version check
  • 7fe617d listen remote retry on error
  • 98234e4 support command line startup

v0.3.3

01 Mar 14:12
Compare
Choose a tag to compare

Changelog

0