Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

Commit 3ed8f13

Browse files
committed
small update
1 parent 2373270 commit 3ed8f13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
缺点就是刚刚开始开发,没有GUI客户端,功能也比较少,如果你能来帮我那就太好了!
1616

17-
[官网](https://websocks.org/)|[社区](https://zhuji.lu/tags/websocks)|[测试节点](https://zhuji.lu/topic/39/websocks测试节点)|[一键脚本](https://zhuji.lu/topic/15/websocks-一键脚本-简易安装教程)|[电报群](https://t.me/websocks)
17+
[官网](https://websocks.org/)|[社区](https://zhuji.lu/tags/websocks)|[一键脚本](https://zhuji.lu/topic/15/websocks-一键脚本-简易安装教程)|[电报群](https://t.me/websocks)
1818

1919
## 示例
2020

websocks.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ func main() {
2121

2222
app := cli.NewApp()
2323
app.Name = "WebSocks"
24-
app.Version = "0.9.1"
24+
app.Version = "0.9.2"
2525
app.Usage = "A secure proxy based on WebSocket."
26-
app.Description = "See https://github.com/lzjluzijie/websocks"
26+
app.Description = "See websocks.org"
2727
app.Author = "Halulu"
2828
app.Email = "[email protected]"
2929

0 commit comments

Comments
 (0)