Skip to content

Commit

Permalink
update document of server side of wssocks-ustb.
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Mar 10, 2019
1 parent ad96381 commit 7b601e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
## 使用示例:服务端
在内网的服务端的主机(如地址为`proxy.gensh.me`的主机)上执行:
```bash
wssocks server --addr :1088
# For instance, listener on port 80.
# And make sure your port has been added to the white list of your firewall.
wssocks server --addr :80
```
例如上面的命令,在服务端监听80端口(或者是别的端口,但client端`remote`选项需要和其相一致)。另外,需要确保你监听的端口已经被添加到主机防火墙的白名单列表中。

see more: https://github.com/genshen/wssocks#server-side.

## 使用示例:客户端
Expand Down

0 comments on commit 7b601e3

Please sign in to comment.