erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
BSD 3-Clause "New" or "Revised" License
3.69k stars 325 forks source link

add http/https proxy Options #303

Open hyjk555 opened 5 days ago

hyjk555 commented 5 days ago

Some software only supports http or https proxy listening,Does not support socks5

Hope add http/https proxy Options

So I had this idea

Windows does not support tproxy+tcp model wstunnel client -L tproxy+tcp://[::1]:8088 https://xxxxx:9082 thread 'main' panicked at src\main.rs:1154:25: Transparent proxy is not available for non Linux platform note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

erebe commented 4 days ago

You mean for the client to act as an http proxy ? Can be a good idea yes if it is the case.

hyjk555 commented 2 days ago

You mean for the client to act as an http proxy ? Can be a good idea yes if it is the case.

Yes. If the author has time, please consider this idea