Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yuan-thomas opened this issue Aug 13, 2024 · 1 comment
Labels

Comments

@yuan-thomas
Copy link

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.

Copy link

Hello @yuan-thomas 👋

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant