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.
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.