项目地址: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

wstunnel (websocket模式代理http)-LMLPHP

服务端:

./wstunnel server ws://[::]:8080
 

wstunnel (websocket模式代理http)-LMLPHP

客户端浏览器:

wstunnel (websocket模式代理http)-LMLPHP

流量数据:

wstunnel (websocket模式代理http)-LMLPHP

04-26 20:56