一个基于 WebSocket 的代理工具
本项目目前还在开发中,更多功能仍在完善中。如果你对这个项目感兴趣,请star它来支持我,蟹蟹
有任何问题或建议可以直接发issue或者联系我 @halulu,也可以来TG群水一水,开发记录可以看我的博客
优点
- 使用WS+TLS,十分安全且不易被检测,和普通HTTPS网站一样
- 可以搭配使用cloudflare这类cdn,完全不怕被墙!
缺点就是刚刚开始开发,没有GUI客户端,功能也比较少,如果你能来帮我那就太好了!
./websocks cert
./websocks config server -l :2333 -p /password --reverse-proxy https://www.centos.org/ --tls
./websocks server
./websocks config client -l :1080 -s wss://server.com:2333/password -n www.centos.com --insecure
./websocks client
./websocks config server -l :2333 -p /password
./websocks server
./websocks config client -l :1080 -s wss://server.com/password
./websocks client
https://server.com {
proxy /password localhost:2333 {
websocket
}
}