erebe / wstunnel

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

STDIO for Windows #193

Closed bluewalk closed 5 months ago

bluewalk commented 5 months ago

Is your feature request related to a problem? Please describe. When trying to use stdio with ssh on windows the main thread panicks shouting stdio is not implemented for non unix platform. I am quite sure the non-rust version did support Windows stdio.

Describe the solution you'd like Have stdio support available for when using wstunnel on Windows

Describe alternatives you've considered Of course you can run the command separately and use tcp:// and connect to localhost.

erebe commented 5 months ago

Hello,

Indeed, I will try to add a custom implementation for non unix system in the coming days.

erebe commented 5 months ago

Would you mind trying this release and letting me know if it works for you ? https://github.com/erebe/wstunnel/releases/download/SO_MARK/wstunnel-x86_64-pc-windows-msvc.zip

bluewalk commented 5 months ago

Great, I've just tested it and works as expected! Great work!

erebe commented 5 months ago

It is released in https://github.com/erebe/wstunnel/releases/tag/v8.3.0 enjoy :)