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

Does the latest version support reverse connections? #199

Open
worm001 opened this issue Oct 11, 2023 · 1 comment
Open

Does the latest version support reverse connections? #199

worm001 opened this issue Oct 11, 2023 · 1 comment

Comments

@worm001
Copy link

worm001 commented Oct 11, 2023

As the question goes, I have a service on port 3333 on the intranet. How should I set up the client to access it on a server with a public network?

@vi
Copy link
Owner

vi commented Oct 11, 2023

What do you mean by "a service"? How is it related to Websocat? Is it a WebSocket-based service?

Typically you should use a software like Nginx or Caddy for customer-facing web server which delegates (reverse proxies) requests to real backends, possibly on other internal hosts. This includes WebSocket-based backends - WebSockets are also supported by nginx/caddy.

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

No branches or pull requests

2 participants