erebe / wstunnel

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

"Unix socket is not available for non Unix platform", on a Windows client trying to establish -R connection #332

Closed yuan-thomas closed 3 months ago

yuan-thomas commented 3 months ago

This should be a simple description: I am trying to establish a reverse connection by creating a unix socket at the server (Linux). My client is Windows.

When I run client command: wstunnel client -R unix:///var/tmp/test.sock:www.google.com:80 wss://wstunnel.myserver.com

I get this error: thread 'main' panicked at src\main.rs:1084:25: Unix socket is not available for non Unix platform

Whereas I get that Unix Socket isn't available under Windows, it's probably not applicable because the socket will be created at server side.

github-actions[bot] commented 3 months ago

Hello @yuan-thomas :wave:

This issue is being automatically closed because it does not follow the issue template.