erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.17k stars 287 forks source link

request add standalone socks5 server feature and ... #258

Closed netoffice-zz closed 2 weeks ago

netoffice-zz commented 2 weeks ago

i tested, wstunnel is very excellent, transmission speed (over ws) is far higher than frp (over tcp), gost (over tcp), goproxy (over tcp), wssocks (over ws), and wstunnel is similar to ssh,i like it!

if wstunnel add follow features, it's more stronger:

  1. standalone socks5 server ( wstunnel server socks5://ip:port )
  2. tunnel transport add tcp/kcp (wstunnel server tcp://ip:port), i think transmission speed can improve 10~20% over it

I know from the name of wstunnel, above feature requests are not suitable, but add a small amount of rust code, executable file size remains almost unchanged, but it can provide more stronger feature.

erebe commented 2 weeks ago

Hello,

Thank you for the kind words, but sadly I don't plan to add new transport protocol beside what works with http :(