项目地址:Releases · erebe/wstunnel · GitHub
客户端centos7 192.168.254.134
服务端centos7 192.168.254.131
在客户端浏览器访问网站,流量经过客户端和服务端的websocket通信,最终服务端请求网站,返回数据,达到代理访问的目的.
客户端:
./wstunnel client -L socks5://127.0.0.1:8888 --connection-min-idle 5 ws://192.168.254.131:8080
https://img-blog.csdnimg.cn/direct/6711878293634697bad3eade683a67cf.png" width="1200" />
服务端:
./wstunnel server ws://[::]:8080
https://img-blog.csdnimg.cn/direct/64051fc583f24b3eb46dea36b1e8f949.png" width="1200" />
客户端浏览器:
https://img-blog.csdnimg.cn/direct/71c6b47934b54ea099cbb098903b1b99.png" width="857" />
流量数据:
https://img-blog.csdnimg.cn/direct/19d5b69a10c44b859ec39345c45d5cd2.png" width="1200" />