Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeyond authored Oct 15, 2018
1 parent a0e5240 commit c0bac7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@

客户端附带的服务端为最简版本,没有做容错处理,所以直接浏览器访问可能会报错,但是不影响客户端正常连接。如果不介意服务端体积增加几个字节,可以自己加一些容错判断语句。

* 我可以对shell进行修改么?

客户端附带的服务端可以进行各种变形,只要基本逻辑不变,客户端即可正常连接。

* 开了socks代理,但是服务器并没有开启代理端口?

socks代理的端口不是开在远程服务器上的,是开在本地的,利用socks客户端直接连接本地IP的代理端口即可,冰蝎会把本地端口的流量通过http隧道透传至远程服务器网络。

0 comments on commit c0bac7e

Please sign in to comment.